/vuejs-vite-starter

⚡️ Vite + Vue + TS + Tailwind + Sass = Template

Primary LanguageVue

Vue.js Vite Starter Template - code style

⚠️ WIP

📢 This template fit to my workflow. It's constantly evolving.

Why?

Time saving. Setting up a Vue.js application from scratch takes time.

Largely inspired by Vitesse by Anthony Fu 🙏

Features

Upcoming features / Libs / Plugins

  • ViteTest
  • Storybook
  • VueQuery
  • Webfont self-hosting
  • ...

Pre-packed

UI Frameworks

Icons

Plugins

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit botmaster/vuejs-vite-starter my-app
cd my-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm