Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 935 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 935 Bytes

V3T3

V3T3 is a template for creating a Vue 3 project with Vite, Tailwind CSS, and TypeScript.
In short, it is a Vite + Vue 3 + Tailwind CSS + TypeScript template.

What is pre-installed?

  • Vue 3
  • Vite
  • Tailwind CSS
  • TypeScript
  • unplugin-vue-components
  • unplugin-auto-import
  • unplugin-vue-router

Thanks to unplugin, you can use Vue 3 without any configuration.

Required Tools

  • Node.js
  • Yarn
  • VScode or any other code editor you like
  • Sort of knowledge about Vite or,
  • Mind to learn Vue 3, Tailwind CSS, and TypeScript

Start with V3T3

To start a new project with V3T3, you can use the following command:

git clone https://github.com/tienipia-official/v3t3

mv v3t3 <your-project-name>
cd <your-project-name>

# it's okay, v3t3 is just boilerplate
rm -rf .git
git init

# here we go :)

Author

LICENSE

MIT License (Free to use, modify, and distribute.)