refactor: rename ui

This commit is contained in:
xiaojunnuo
2021-02-04 11:17:54 +08:00
parent eab0c3be60
commit a39dac4dbd
55 changed files with 162 additions and 2111 deletions
+29
View File
@@ -0,0 +1,29 @@
# certd-ui
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).