https://github.com/climax-solution/vue3-typescript-tailwind
https://github.com/climax-solution/vue3-typescript-tailwind
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/climax-solution/vue3-typescript-tailwind
- Owner: climax-solution
- Created: 2021-09-04T00:20:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T00:20:52.000Z (almost 5 years ago)
- Last Synced: 2025-07-04T07:44:31.555Z (about 1 year ago)
- Language: Vue
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-ts-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/).