/vide

Vite super light Beginner Starter Template

Primary LanguageTypeScriptMIT LicenseMIT

Logo

Vide

Vue3 + Vite Starter Template, super lightweight Targeted for beginners


The Goal was to create a super lightweight Vite Starter template with as few dependencies as possible, but at the same time provide a good amount of utility. To deliver a clean entry point for newcomers and advanced Vue + Vite users.


Live Demo


You want SSR?

You like Svelte look at vide-kit

Check out videNuxt - Nuxt 3 Version of Vide

Get Started

npx degit nico-mayer/vide my-vide-app

cd my-vide-app

yarn # If you don't have yarn installed, run: npm install

yarn dev # or npm run dev to start the development server

Features


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Coding Style

Dev tools

Vide requires Node >=14

Build

To build the App, run

yarn build

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


## Roadmap
  • Implement File based routing
  • Add unoCSS with pure css icons
  • Improve about page content
  • Write guide for custumizing dark mode

This template is inspired by vitesse and vitesome