https://github.com/eightfeet/board
https://github.com/eightfeet/board
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eightfeet/board
- Owner: eightfeet
- License: mit
- Created: 2020-11-21T09:31:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T09:32:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T08:46:09.107Z (9 months ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# {{项目名称}}
生产地址:
## 开发指南
### 工具版本
- node 版本 `v10.16.0`
- npm 版本 `v6.12.0`### 开发命令
1. 运行 `npm install` 安装依赖包
2. 运行 `npm run start` 启动 dev 服务器,支持命令行:
- `--env=prod` 指定 `process.env.BUILD_ENV` 环境
- `--no-hmr` 禁用热加载功能
3. 运行 `npm run build` 编译发布包
4. 运行 `npm run build:prod` 编译生产环境包## 测试地址
```
http://
```## SVN 地址
```
http://192.168.114.108:8081/TCBJ/
```