rename vic.h5 to vic.client.react

This commit is contained in:
Luk Lu
2021-02-21 12:12:49 +08:00
parent b2bf0cf4b3
commit 2401844c9e
2 changed files with 11 additions and 9 deletions

View File

@@ -1,10 +1,12 @@
# vic.h5 # vic.client.react
个性价值.客户端 个性价值.客户端
## GIT项目库导航 ## GIT 项目库导航
* 应用链总入口 [tac/_tac](https://git.faronear.org/tac/_tac)
* 个性价值 [tac/vic](https://git.faronear.org/tac/vic) - 应用链总入口 [tac/\_tac](https://git.faronear.org/tac/_tac)
* 官网 [tac/vic.home](https://git.faronear.org/tac/vic.home) - 个性价值 [tac/vic](https://git.faronear.org/tac/vic)
* 设计 [tac/vic.design](https://git.faronear.org/tac/vic.design) - 官网 [tac/vic.home](https://git.faronear.org/tac/vic.home)
* **<font size=5>前端 [tac/vic.h5](https://git.faronear.org/tac/vic.h5)</font>** - 设计 [tac/vic.design](https://git.faronear.org/tac/vic.design)
* 后台 [tac/vic.server](https://git.faronear.org/tac/vic.server) - **<font size=5>前端 [tac/vic.client.react](https://git.faronear.org/tac/vic.client.react)</font>**
- 后台 [tac/vic.server](https://git.faronear.org/tac/vic.server)

View File

@@ -11,7 +11,7 @@
"dist": "umi build", "dist": "umi build",
"deploy": "node ./node_modules/deployer/deploy.js", "deploy": "node ./node_modules/deployer/deploy.js",
"allinone": "npm run dist && npm run deploy", "allinone": "npm run dist && npm run deploy",
"daemon.pm2": "cross-env NODE_ENV=production pm2 start ./node_modules/webserver/server.js --name vic.h5" "daemon.pm2": "cross-env NODE_ENV=production pm2 start ./node_modules/webserver/server.js --name vic.client.react"
}, },
"dependencies": { "dependencies": {
"@types/react-virtualized-auto-sizer": "^1.0.0", "@types/react-virtualized-auto-sizer": "^1.0.0",