Go to file
2021-10-16 13:54:17 +02:00
.husky chore: update dependencies and switch to yarn 2021-10-16 13:54:17 +02:00
public Initial example project 2021-02-23 23:04:09 +01:00
src fix: update feature section 2021-10-16 13:37:02 +02: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.json chore: update dependencies and switch to yarn 2021-10-16 13:54:17 +02:00
README.md chore: update dependencies and switch to yarn 2021-10-16 13:54:17 +02: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 update deps and readme 2021-09-11 22:34:35 +03:00
yarn.lock chore: update dependencies and switch to yarn 2021-10-16 13:54:17 +02:00

Vite - Vue 2 starter template

Create a Vue 2 application bundled by the lightning fast build tool Vite

Live Demo

🔥 Features

📦 Vite plugins

🚀 Getting started

GitHub Template

Create a repo from this template on GitHub

When you use this template, try follow the checklist to update your info properly

  • Rename name field in package.json
  • Change the author name in LICENSE
  • Change the app name in .env
  • Change the favicon in public
  • Clean up the README(s) and remove routes

Clone

If you prefer to do it manually with a cleaner git history

npx degit lstoeferle/vite-vue2-windicss-starter my-vite-vue2-app
cd my-vite-vue2-app
yarn install

Usage

Development

Just run and visit http://localhost:8080

yarn dev

Build

To build the App, run

yarn build

And you will see the generated files in dist, which are ready to be served.

Why

Vue 3 is awesome, but we should not forget about supporting Vue 2 ♥️