Simple Vue Starter Project based on webpack-simple template.
Please make sure you have vue-cli installed.
$ vue init keuller/vue-starter [project-name]
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn start
# build for production with minification
yarn run build
This project has already been configured with some tweaks like vue-router, CSS loader and others.