艺朝艺夕仓储管理系统
一,前端运行
1,前端运行方法
# 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
2,前端访问网址
测试账号:20200101
密码:20200101
二,首次运行
1,首次运行方法
# 进入后端项目
cd backstore/
# 创建数据库映射
python manage.py migrate
# 运行
python manage.py runserver 127.0.
2021-05-10 10:11:45
2.44MB
系统开源
1