https://github.com/initdc/v2jt
vue2 + js + tailwindcss generator (nuxt style)
https://github.com/initdc/v2jt
generator javascript nuxt tailwindcss vue
Last synced: about 1 month ago
JSON representation
vue2 + js + tailwindcss generator (nuxt style)
- Host: GitHub
- URL: https://github.com/initdc/v2jt
- Owner: initdc
- Created: 2021-04-06T11:17:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T01:37:18.000Z (almost 5 years ago)
- Last Synced: 2026-01-01T10:41:11.414Z (5 months ago)
- Topics: generator, javascript, nuxt, tailwindcss, vue
- Language: Shell
- Homepage: https://v2jt.zsh.one
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v2jt
> vue2 + js + tailwindcss generator (nuxt style)
> [vvtt](https://github.com/initdc/vvtt/tree/master) -
> vite + vue3 + ts + tailwindcss generator (nuxt style)
It help you generate nuxt style folders and some config files.
## Quick Start
use it one time
`sh <(curl -L v2jt.zsh.one)`
> support args, will be the vite project name,
run it with args:
`sh <(curl -L v2jt.zsh.one) proj`
## Install it
macOS
`curl -o /usr/local/bin/v2jt -L v2jt.zsh.one && chmod +x /usr/local/bin/v2jt`
Linux
`sudo curl -o /usr/local/bin/v2jt -L v2jt.zsh.one`
`sudo chmod +x /usr/local/bin/v2jt`
run it:
`v2jt`