Go to file
2022-09-23 12:27:16 +02:00
.husky chore: remove obsolete husky .gitignore 2021-10-16 13:59:13 +02:00
public Initial example project 2021-02-23 23:04:09 +01:00
src chore: update dependencies 2022-07-26 10:43:10 +02:00
.env fix: update dependencies and switch eslint config 2022-01-27 09:31:59 +01:00
.eslintignore fix: update dependencies and switch eslint config 2022-01-27 09:31:59 +01:00
.eslintrc.js fix: update dependencies and switch eslint config 2022-01-27 09:31:59 +01:00
.gitignore feat: add script setup support 2022-01-27 20:18:13 +01:00
.nvmrc chore: add .nvmrc file 2022-01-27 20:49:51 +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 2022-07-26 10:43:10 +02:00
README.md docs: fix plugin name in README 2022-09-23 12:27:16 +02:00
tailwind.config.js fix: update dependencies and switch eslint config 2022-01-27 09:31:59 +01:00
tsconfig.json feat: migrate to vue 2.7 2022-07-06 16:31:30 +02:00
vite.config.js feat: migrate to vue 2.7 2022-07-06 16:31:30 +02:00
yarn.lock chore: update dependencies 2022-07-26 10:43:10 +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

Try it now!

GitHub Template

Create a repo from this template on GitHub

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:3333

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 ♥️

Credits

This project is inspired by Vitesse, an opinionated Vite starter template for Vue 3.

Big thanks to Anthony Fu for the inspiration and all the amazing tools you create.