Static template with Tailwind

This commit is contained in:
Oliver Davies 2018-11-19 20:11:53 +00:00
parent 9f1fc36536
commit 0414033359
11 changed files with 1256 additions and 106 deletions

View file

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