Boilerplate Vue 3, Vite and Tailwindcss

A Simple boilerplate using Vue 3, Vite and Tailwindcss.

Features

  • Vue 3
  • Vitejs
  • Tailwindcss
  • Automatic Deploy to Github Pages
  • Automatic Deploy to Netlify

Demo

🚀 Quick Start

First, you need to clone this repository

git clone tommypratama/start-vite-tailwindcss && rm -rf .git && git init

Or, if you use https://cli.github.com/, you can directly create a repository and using this template

gh repo create name-your-repository --template start-vite-tailwindcss

Install

yarn

Devlopment

yarn dev

Production

yarn build

👨‍💻 Author

📝 License

This project is open source and available under the MIT License.