kn0wn / vitesse-lite

A lighter version of Vitesse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠ Archived ⚠

This project has been archived, please use the latest version of vitesse

Vitesse-lite

A lighter version of Antfu's Vue3 boilerplate, if you like this please support Antfu's work using the sponsor button on this page.


Features


Pre-packed

UI Frameworks

Plugins

Coding Style

Dev tools

Try it now!

Github Template

Create a repo from this template on Github.

Clone to local

If you prefer do to it manually with cleaner git history

npx degit kn0wn/vitesse-lite my-vitesse-lite-app
cd my-vitesse-lite-app
npm i

Checklist

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 title in index.html
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the READMEs and remove routes

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3000

npm run dev

Build

To build the App, run

npm run build

And you will see the generated file in dist that is ready to be served.

Deploy on Netlify

Go to Netlify and select you clone, OK along the way, and your App will be live in a minute.

Why

I have removed certain items from the original Vitesse as I found I didn't need as much and was removing it whenever I created a new project.

About

A lighter version of Vitesse

License:MIT License


Languages

Language:Vue 38.0%Language:TypeScript 30.4%Language:JavaScript 15.5%Language:CSS 9.6%Language:HTML 6.5%