A fullstack Vue.js project use mockjs to split FE develop & BE develop unit test
# install dependencies
npm install
FE:
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
BE:
# serve with hot reload at localhost:9000
grunt server
# build for production, when package project must be run after FE build
grunt build
#run unit tests
grunt test
#if you have a cms to publish a zip package, you can use grunt upload here
FE & BE
when you are developing both side, you can anntate mockjs in src/main.js, and
config the request url in config/index.js proxyTable