电商后台v1.0源码 功能介绍: 简单的电子商务后台管理系统,包括权限管理、用户管理、商品管理、分类、属性等管理模块,但是商品模块暂时未完成。。我会再抽时间补充,如果各位有意向,也可拿去补充!分享下技术。。 注意: 开发环境为Visual Studio 2012,数据库为SQL Server 2008r2
商场经理
电商后台管理系统v1.0
构建设置
# 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