用户后台管理系统1.0
一个练手项目
构建设置
# install dependencies (安装依赖)
npm install
# serve with hot reload at localhost:8080 (运行项目)
npm run dev
# build for production with minification (编译项目)
npm run build
# run start virtual data at localhost:3000 (启动虚拟数据)
npm run j