https://github.com/elevatebart/cy-vuecli-tailwind
https://github.com/elevatebart/cy-vuecli-tailwind
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elevatebart/cy-vuecli-tailwind
- Owner: elevatebart
- Created: 2021-04-24T00:20:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T00:21:42.000Z (about 4 years ago)
- Last Synced: 2025-02-13T15:36:08.766Z (4 months ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cli-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/).