Merge branch 'master' of github.com:veops/cmdb into dev_ui

This commit is contained in:
wang-liang0615
2023-08-03 16:54:47 +08:00
14 changed files with 142 additions and 281 deletions

View File

@@ -1 +0,0 @@
public/* linguist-vendored

26
cmdb-ui/.gitignore vendored
View File

@@ -1,26 +0,0 @@
.DS_Store
node_modules
/dist
/dist.zip
/temp
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
*.css.map
.env.development

View File

@@ -1,11 +0,0 @@
#Oneops-UI
```shell
## build
yarn run build
## develop
yarn run serve
```