console/web
luohoufu a6588310aa
chore: add LICENSE
2024-12-02 22:13:39 +08:00
..
config chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
mock chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
src chore: add LICENSE 2024-12-02 22:13:39 +08:00
static chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
.gitignore chore: update license to agpl 2024-12-02 17:18:51 +08:00
README.md chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
package.json chore: update .gitignore for web 2024-12-02 14:22:32 +08:00
tsconfig.json chore: update .gitignore for web 2024-12-02 14:22:32 +08:00

README.md

运行环境

nvm install 16.17
cnpm install npm@6.14.13  

公共组件

cd src
git clone https://git.infini.ltd:64443/infini/common-ui.git common

运行

npm install
npm run build
npm run dev