vite-vue2-starter/README.md
2021-02-26 23:14:55 +01:00

959 B

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