Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.74 KB

README.md

File metadata and controls

66 lines (52 loc) · 1.74 KB

Vue 3 Playground Template

My simple template to start Vue3 new projects.

How to use

Use the command to giget download the latest commit. You can include the --install flag to install dependencies after cloning.

npx giget gh:ralacerda/vue3-playground-template new-project-name

# Or
npx giget --install gh:ralacerda/vue3-playground-template new-project-name

Install the dependencies

pnpm i

Run the dev server

pnpm dev

What this template includes

Packages that I might include:

  • vueuse/motion
  • unplugin-turbo-console