/library-location

library-location 地区图书管理系统

Primary LanguageJavaScript

library-location

library-location 地区图书管理系统

Build Setup

# 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.