This commit is contained in:
cxc
2022-04-29 13:22:04 +08:00
commit c03ba9e3ff
19 changed files with 6524 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# meeting-client
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).