My simple template to start Vue3 new projects.
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
- Vue3
- Typescript
- Vite with the following plugins:
- Vitest and Vue Test Utils
- Vue Router
- Pinia
- Vueuse (only core package)
- SASS
- Prettier
- ESLint
- vueuse/motion
- unplugin-turbo-console