This commit is contained in:
Oliver Davies 2018-11-19 19:54:46 +00:00
commit 9f1fc36536
11 changed files with 6892 additions and 0 deletions

29
README.md Normal file
View file

@ -0,0 +1,29 @@
# tailwind-bartik
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).