You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.4 KiB

1 month ago
默认账号admin 密码123
2 years ago
2 years ago
## node 推荐版本
16.13.1
3 years ago
## 开发
```bash
# 安装依赖
npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com
# 启动服务
npm run dev
```
## 发布
```bash
# 构建测试环境
npm run build:stage
# 构建生产环境
1 month ago
配置路由router -- index.js -- new Router添加: base: '/yoga/manager',
3 years ago
npm run build:prod
```
2 years ago
## 项目地址
| | gitee | github |
|:---------:|:-------------------------------------------|:---------------------------------------------|
| service | https://gitee.com/zccbbg/RuoYi-Mall | https://github.com/zccbbg/ruoyi-mall |
| h5 uniapp | https://gitee.com/zccbbg/ruoyi-mall-uniapp | https://github.com/zccbbg/ruoyi-mall-uniapp |
1 month ago
| mall vue | https://gitee.com/zccbbg/ruoyi-mall-vue.git|
3 years ago
3 years ago
## CSDN若依技术专栏
3 years ago
- 常见问题https://blog.csdn.net/qq_27575627/category_12336113.html
3 years ago
- 后端技术https://blog.csdn.net/qq_27575627/category_12331868.html
- 前端技术https://blog.csdn.net/qq_27575627/category_12331867.html
- 运维https://blog.csdn.net/qq_27575627/category_12332546.html
3 years ago
1 month ago
3 years ago
3 years ago
## 若依mall功能
1. 首页:
2. PMS商品管理
3. UMS会员管理
4. OMS订单管理
5. SMS营销管理
6. CMS内容管理