0.4.4 • Published 2 years ago

create-vitawind-v1 v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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".