Features:
- π Vue 3
- β‘οΈ Vite
- π PNPM
- π£ Vue Router
- π Auto import
- π¨ Tailwind CSS
- π Eslint with airbnb / Tailwind CSS / stylelint
- π Light and dark mode composable
- π‘ Inter var font
- π Github pages action
Scaffold this repository
pnpx degit lecoueyl/vue3-template my-project
cd my-project
Install and start dev server
pnpm install
pnpm run dev
The default github action will build to gh-page
when pushing on main
branch.
For a project page, the base path of the repository must be specified. Add the following secret in the Github repository Settings
> Secrets
> Actions
Name | Value |
---|---|
VITE_BASE_PUBLIC_PATH | /repository-name/ |