Go to file
2021-02-26 23:12:33 +01:00
public Initial example project 2021-02-23 23:04:09 +01:00
src Added proper demo incl. vue-router 2021-02-26 23:12:33 +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 Added proper demo incl. vue-router 2021-02-26 23:12:33 +01:00
package.json Added proper demo incl. vue-router 2021-02-26 23:12:33 +01:00
README.md Added proper demo incl. vue-router 2021-02-26 23:12:33 +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 Added more sections to the demo 2021-02-26 10:05:10 +01: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
  • 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