1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-07 08:25:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
kaz
2022-02-09 23:40:48 +08:00
parent f5de83be34
commit 5d1d2f3348
49 changed files with 211 additions and 544 deletions

View File

@@ -1,11 +1,19 @@
# services
轻服务后台
This library was generated with [Nx](https://nx.dev).
## 部署到轻服务
## Building
项目根目录下运行:
Run `nx build services` to build the library.
```shell
yarn nx deploy services
```
## Running unit tests
## 本地开发
Run `nx test services` to execute the unit tests via [Jest](https://jestjs.io).
项目根目录下运行:
```shell
yarn nx dev services
```
> 开发环境下,修改文件内容后,服务器会自动重启