Logo

Vide

Vue3 + Vite Starter Template, super leightweight 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

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
  • Write guide for custumizing dark mode
  • Improve about page content

This template is inspired by vitesse and vitesome

GitHub

View Github