initial commit

This commit is contained in:
2020-04-18 03:37:33 +01:00
commit d20415bac5
17 changed files with 9016 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# base-examples
## 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/).