This is a batteries-included Vue.js starter kit (boilerplate) powered by Parcel.
This starter includes some useful gears like:
- modern ES support with Babel 7
- code linting
- images optimization
- style vendor prefixing for some backward compatibility
- consistent code formatting (if your editor supports editor config)
- Support for environment variables
- Vue.js routing and state management
- good codebase structure
- bundle visual contents report
Install all dependencies with
npm installor if you prefer yarn
yarnCopy .env.example to .env if you want use environment (e.g. process.env.VARIABLE) variables during development with ease.
During develop run
npm run devor
yarn devSimply run
npm run buildor
yarn buildYour built assets will be within the ./dist directory.
You'll also find a visual report about bundles in ./dist/report.html.
Thanks to everyone having starred my repo! If you like this project, please consider your star