An experimental Vue.js project
cd vuejs-lab
# install dependencies
yarn install / npm install
# serve with hot reload at localhost:8080
yarn run dev / npm run dev
cd api
#install dependencies
yarn install / npm install
# start server
yarn start / npm start
For detailed explanation on how things work, consult the docs for vue-loader.