https://github.com/7span/tailvue
🚧 WIP: Vue Components built with TailWind CSS
https://github.com/7span/tailvue
Last synced: 5 days ago
JSON representation
🚧 WIP: Vue Components built with TailWind CSS
- Host: GitHub
- URL: https://github.com/7span/tailvue
- Owner: 7span
- Created: 2020-06-13T20:33:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T20:26:03.000Z (about 3 years ago)
- Last Synced: 2025-02-25T13:13:16.347Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailvue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).