Go to file
2024-02-24 23:05:16 +01:00
.husky build: switch from yarn to pnpm 2024-02-24 22:49:22 +01:00
public Initial example project 2021-02-23 23:04:09 +01:00
src refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01:00
.env chore: update dependencies 2023-04-02 15:14:51 +02: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 build: switch from yarn to pnpm 2024-02-24 22:49:22 +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 refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01:00
pnpm-lock.yaml refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01:00
postcss.config.js refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01:00
README.md refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01:00
tailwind.config.js refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01:00
tsconfig.json feat: migrate to vue 2.7 2022-07-06 16:31:30 +02:00
vite.config.js refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01: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-starter my-vite-vue2-app
cd my-vite-vue2-app
pnpm install

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm 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.