基本機能があるVueのプロジェクトです
# install dependencies
yarn install
# serve with hot reload at https://localhost:9005
npm start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run front end unit tests with watch
npm run unit
# run front end unit tests without watch
npm run test
# run server unit tests with watch
npm run sv:unit
# run server unit tests without watch
npm run sv:test
# run all front end and server tests
npm run testall
For detailed explanation on how things work, checkout the guide and docs for vue-loader.