这是我的校园商铺管理系统前端部分。
使用技术栈有 vue vue-router axios vuex。
目前所完成的功能有 登录注册,个人资料修改,商铺展示及查看,资讯展示及查看,资讯评论及回复。
登录注册:获取身份权限,完成权限控制及路由拦截。
A Vue.js project
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.