Membership Management System
适合企业或店铺管理会员、员工使用
- 注册登录
- 增加会员
- 删除会员
- 编辑会员
- 根据会员号搜索会员
会员列表页:http://localhost:8080/#/member
可以对会员进行增加、删除、修改,还可以根据会员号进行搜索
登录页:http://localhost:8080/#/login
# 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