Go to file
2021-03-01 20:12:29 +01:00
public Initial example project 2021-02-23 23:04:09 +01:00
src fix: improved feature alignment for md and lg screens 2021-03-01 20:12:29 +01:00
.eslintrc.js Initial example project 2021-02-23 23:04:09 +01:00
.gitignore Initial example project 2021-02-23 23:04:09 +01:00
index.html Added proper demo incl. vue-router 2021-02-26 23:12:33 +01:00
LICENSE Initial commit 2021-02-23 18:10:48 +01:00
package-lock.json feat: use vite-plugin-icons 2021-02-28 04:13:36 +08:00
package.json feat: use vite-plugin-icons 2021-02-28 04:13:36 +08:00
README.md docs: added plugin link to README 2021-03-01 20:04:32 +01:00
tailwind.config.js Added more sections to the demo 2021-02-26 10:05:10 +01:00
tsconfig.json Added more sections to the demo 2021-02-26 10:05:10 +01:00
vite.config.js feat: use vite-plugin-icons 2021-02-28 04:13:36 +08:00

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