Keep it easy, Keep it simple.
Nothing even "setup a tailwindcss v3 project" can stop you developing! Now, you can create project that pre built-in tailwindcss v3 just using one-line command. Try it!
How Can I do ?
Just open terminal of your directory where you want to put the project. And, run following commands:
npm init vitawind {project-name} -- {template}
base on this command, please give project name and choose a template, for example:
npm init vitawind my-first-app -- --vue
Template List
Go to See all templates. Or, you can using our Creator tool to quick start.