node.js+vue+elementui的web端
一个前后分离框架的前台模块demo的前端demo,搭配后端httpDataApiDemo食用
使用nodejs+vue+eleUi
包含:登陆模块,用户的列表展示及增删改查(前台携带分页信息给后台,但目前后台没有处理分页,所以分页并不好使),左侧二级目录以及顶部导航栏
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.