Also using pug and stylus
Goal to explore how much Vue composition API compatible with third party build tool. Conclusion - the Parcel build tool very friendly to Vue 3 and extremely fast.
Project contain three component and four pages for realizing different scenarios ( approach ) for practical development. All of this can help you asking the question - Why not start using Parcel build tool in your development stack. So If You have no enough satisfactions from other build tool or you seeking some fresh experience or you are just inquiring - try it. Also if you are not using popular build tools yet this boilerplate help you making optimal chose and safe your time in experimental work.
The easiest way to get started is to clone the repository:
# Get the latest snapshot
git clone https://github.com/Dhruuva/parcel-vue-template.git myproject
# Change directory
cd myproject
# Install NPM dependencies
npm install
# Then simply start your app
npm start
npm run serve
or
npm run watch (without dev server, only a HMR server).