A Vue.js 3.0 full project starter template including best practices for code styling, testing, and building. Also incorporates the (soon to be released) Composition API.
Fork, download, or clone this repository and use it as a starting point for your next Vue.js project.
The following commands are used to develop the project:
npm run build
- Build the package distribution bundle.npm run serve
- Start a development server with live-reloading on changes. (Used for previewing individual components.)npm run lint
- Lint code using ESLint and Vue, AirBnB, and Prettier configs.npm run test:unit
- Run unit tests for the individual components in the package.