antfu / vite-vue2-windicss-starter

Vite - Vue 2 starter template using composition-api and windiCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite ⚡ - Vue 2 starter template

This starter template will help you to easily create a Vue2 application bundled by the lightning fast build tool called Vite. Besides Vite this template also provides:

  • Typescript support
  • Vue Router
  • Vue Composition-API
  • VueUse
  • WindiCSS (TailwindCSS) + Dark Mode

📦 Vite plugins

🚀 Getting started

  1. Install dependencies
    npm install
  2. Start dev server
    npm run dev
  3. Visit the page
    http://localhost:8080

About

Vite - Vue 2 starter template using composition-api and windiCSS

License:MIT License


Languages

Language:Vue 80.3%Language:JavaScript 7.9%Language:TypeScript 7.6%Language:HTML 4.2%