使用vue、vuex、vue-router、axios搭建的web应用
使用时需下载node-server,并按照node-server安装,服务端地址https://github.com/fengjiabao/node-server
client
本地安装mysql,如mariadb-10.1.22-winx64
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.