Basic Vue 2 application template, mounted at single HTML document what runs at tiny HTTP-server.
Template based on Webpack.
- Prepare
$ npm run prepare # install husky - Development
$ npm run watch # build dist at file changes $ npm run serve # start http server on port 8080
- Code quality
$ npm run lint # or $ npm run lint-fix - Production
$ npm run build
Compiled files are available in public/dist folder.