zguolee / starter-vue-lite

Home Page:https://starter-vue-lite.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Vue

Live Demo

Features

Try it now

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit zguolee/starter-vue-lite my-starter-vue-app
cd my-starter-vue-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the title in App.vue
  • Change the hostname in vite.config.ts
  • 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

pnpm dev

Build

To build the App, run

pnpm build

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

Thanks

This template forked from Vitesse

About

https://starter-vue-lite.vercel.app


Languages

Language:TypeScript 45.3%Language:Vue 44.9%Language:HTML 6.1%Language:CSS 2.5%Language:JavaScript 1.3%