vue-starter is a simple development-only Vue starter template currently including support for:
- Vue 2
- Babel
- CSS/SASS
For SASS, global styles are inherited app-wide, variables need to be imported in every component.
- Clone the repo
- Run
npm install - Run
npm run devto start the server on port 8080. Change--publicinpackage.jsonscripts as appropriate.