vite-vue2-starter/README.md
2021-03-01 20:04:32 +01:00

1.1 KiB

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