2020-03-05 21:13:48 +08:00

35 lines
612 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# demo
A Recore application demo.
## Recore 文档
https://yuque.antfin-inc.com/recore/docs
## DEEP 物料站点
https://fusion.alibaba-inc.com/deep/
## 安装运行
```bash
# 安装依赖
tnpm install
# 启动调试
npm start
# 本地构建(一般来说不需要)
npm run build
# 日常部署:将资源发布到日常 CDN
npm run deploy
# 线上部署:将资源发布到线上 CDN
npm run deploy:online
```
## 项目发布
集团的前端项目发布全部收口到 def 工程研发平台如果之前没有使用过请先阅读此文档https://yuque.antfin-inc.com/xux/docs/rmsztg