create-vitawind-v1
v0.4.4
Published
Scaffolding for your tailwind v2 project
Downloads
71
Maintainers
Readme
Keep it easy, Keep it simple.
Nothing even "setup tailwindcss in jit mode" can stop you developing! Now, you can create project that pre built-in tailwindcss jit mode just using one-line command. Try it!
How Can I do ?
To start, open terminal at your directory where you want to put project. And, run following command:
npm i -g create-vitawind@latest
npm init vitawind {project-name} -- {template}
base on this command, please give project name and choose a template, example:
npm i -g create-vitawind@latest
npm init vitawind my-first-app -- --vue
Template List
- --pure (vallia-js, BETA)
- --vue
- --vue-ts
- --react
- --react-ts
- --vuecli
- --vuecli5 (BETA)
- --cra
- --ng
More
for more information, please read "Scaffolding for your tailwind project".