A boilerplate using webpack-encore, vuejs and vue-router.
It also adds a smitten of gulp to generate icons, to get you started on that pwa.
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init disjfa/webpack-encore-vue-standalone-template my-project
$ cd my-project
$ npm install
$ npm run dev
npm run dev
: Test your site on your local machine with proper config for source maps & hot-reload.npm run production
: build with HTML/CSS/JS minification.npm run lint
: Lint your sourcefiles.npm run favicon
: generate all the icons.
You can fork this repo to create your own boilerplate, and use it with vue-cli
:
vue init username/repo my-project