Commit b466e907 authored by lvweichao's avatar lvweichao

update: file

parent bb8e4f0d
商户系统 # op management
\ No newline at end of file op 运营管理系统
# 开发
- Node: 最新 LTS 版本即可(目前 v14.15.4 运行正常)
- PM2: 最新稳定版即可
- NPM 源:可以使用淘宝源
- Yarn: 最新稳定版
- lock 文件:大家 Node 环境不一致(目前并没有影响),防止总有冲突,暂时未同步到 git 仓库
# 项目启动
启动 Node 服务
```shell
npm run dev
```
启动 Webpack 服务
```shell
# 新版
npm run web-dev
```
\ No newline at end of file
# op management
op 运营管理系统
# 开发
- Node: 最新 LTS 版本即可(目前 v14.15.4 运行正常)
- PM2: 最新稳定版即可
- NPM 源:可以使用淘宝源
- Yarn: 最新稳定版
- lock 文件:大家 Node 环境不一致(目前并没有影响),防止总有冲突,暂时未同步到 git 仓库
# 项目启动
启动 Node 服务
```shell
npm run dev
```
启动 Webpack 服务
```shell
# 新版
npm run web-dev
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment