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 commands:
npm init vitawind-v1 {project-name} -- {template}
1
base on this command, please give project name and choose a template, for example:
npm init vitawind-v1 my-first-app -- --vue
1
Template List ¶
Go to See all templates. Or, you can using our Creator tool to quick start.