https://github.com/nacal/vue-tailwind
Vue.js + tailwindCSS
https://github.com/nacal/vue-tailwind
purgecss tailwindcss vuejs
Last synced: about 1 month ago
JSON representation
Vue.js + tailwindCSS
- Host: GitHub
- URL: https://github.com/nacal/vue-tailwind
- Owner: nacal
- Created: 2021-01-22T11:29:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T13:10:50.000Z (over 5 years ago)
- Last Synced: 2025-05-11T07:17:23.022Z (about 1 year ago)
- Topics: purgecss, tailwindcss, vuejs
- Language: Vue
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tailwind
## 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/).