Skip to content

volverjs/ui-vue-starter

Repository files navigation

volverjs

@volverjs/ui-vue-starter

Inspired by Vitesse

vue volverjs ui vue3 vite template starter
components component-library


maintained with ❤️ by


8 Wave


Features


Pre-packed

Volverjs UI Vue

Plugins

Coding Style

Dev tools

Try it now!

@volverjs/ui-vue-starter requires Node >=14.18

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 volverjs/ui-vue-starter my-app
cd my-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
  • Update package.json with your info
  • Change the title in App.vue
  • Change the favicon in public
  • Clean up the READMEs and remove routes

And, enjoy :)

Usage

Development

Just run and visit http://localhost:8080

pnpm dev

Build

To build the App, run

pnpm build

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

Acknoledgements

This repo is inspired by 🏕 antfu/vitesse

License

MIT