基于 Django + Vue3 的商城系统
在 WebIDE 中体验开发 , 点击 https://idegitcode.net/hjue/djmall
- python3
- django
- node.js
项目截图
前端
cd frontend
pnpm install
服务端
cd backend
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
服务端
cd backend
python manage.py runserver
前端
cd frontend
pnpm run dev
登录后台
访问 http://127.0.0.1:8001/admin/
用户名: star 密码: star