https://github.com/initdc/vvtt
vite + vue3 + ts + tailwindcss generator (nuxt style)
https://github.com/initdc/vvtt
generator nuxt tailwindcss typescript vite vue
Last synced: about 2 months ago
JSON representation
vite + vue3 + ts + tailwindcss generator (nuxt style)
- Host: GitHub
- URL: https://github.com/initdc/vvtt
- Owner: initdc
- Created: 2021-03-31T12:35:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T11:31:31.000Z (about 4 years ago)
- Last Synced: 2025-01-20T23:48:29.771Z (about 1 year ago)
- Topics: generator, nuxt, tailwindcss, typescript, vite, vue
- Language: Shell
- Homepage: https://vvtt.zsh.one
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vvtt
> vite + vue3 + ts + tailwindcss generator (nuxt style)
> [v2jt](https://github.com/initdc/v2jt) - vue2 + js + tailwindcss generator (nuxt style)
It help you generate nuxt style folders and some config files.
## Quick Start
use it one time
`sh <(curl -L vvtt.zsh.one)`
> support args, will be the vite project name,
run it with args:
`sh <(curl -L vvtt.zsh.one) proj`
## Install it
macOS
`curl -o /usr/local/bin/vvtt -L vvtt.zsh.one && chmod +x /usr/local/bin/vvtt`
Linux
`sudo curl -o /usr/local/bin/vvtt -L vvtt.zsh.one`
`sudo chmod +x /usr/local/bin/vvtt`
run it:
`vvtt`