This commit is contained in:
2021-03-09 12:37:15 -07:00
commit c33b455519
15 changed files with 9034 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# component-lib
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).