2022-11-28 12:18:56 +08:00
|
|
|
|
# Low-Code Engine 文档中心(site)
|
|
|
|
|
|
|
|
|
|
|
|
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
|
|
|
|
|
|
|
|
|
|
|
|
### 安装
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
$ yarn
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### 本地开发
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
$ yarn start
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
|
|
|
|
|
|
|
|
|
|
|
|
### 构建
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
$ yarn build
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### 部署
|
|
|
|
|
|
```bash
|
|
|
|
|
|
1. npm run build
|
|
|
|
|
|
2. npm publish # 记得改下版本号,比如 1.0.1
|
|
|
|
|
|
|
2022-12-20 21:33:13 +08:00
|
|
|
|
# 发布完后执行 tnpm syncOss 同步到 uipaas CDN
|
|
|
|
|
|
3. tnpm syncOss
|
2022-11-28 12:18:56 +08:00
|
|
|
|
|
|
|
|
|
|
4. 更新 diamond 版本 1.0.1
|
|
|
|
|
|
5. lowcode-engine.cn 站点生效
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 功能
|
2024-02-28 14:57:51 +08:00
|
|
|
|
- [x] 支持本地离线搜索
|
2022-12-20 21:33:13 +08:00
|
|
|
|
- [x] 版本化文档管理
|
2022-11-28 12:18:56 +08:00
|
|
|
|
- [x] 离线静态部署
|
|
|
|
|
|
- [x] 主题(fork 宜搭开发者中心)
|
|
|
|
|
|
|
|
|
|
|
|
## 使用文档
|
|
|
|
|
|
https://docusaurus.io/zh-CN/docs/docs-introduction
|