library-location 地区图书管理系统
# first terminal install dependencies
npm install
# first terminal vue start with hot reload at localhost:8080
npm run dev
# second terminal! nodejs localhost:8888
cd node_db
npm install
nodemon server.js
For a detailed explanation on how things work, check out the guide and docs for vue-loader.