Skip to content
/ vue3-template Public template

Vue 3 starter template: Vite / Vue 3 / Tailwind CSS / PNPM

Notifications You must be signed in to change notification settings

lecoueyl/vue3-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 11, 2024
18729c0 Β· Jul 11, 2024

History

13 Commits
Jul 11, 2024
Jan 17, 2022
Jul 11, 2024
Jan 17, 2022
Jan 18, 2022
Jul 11, 2024
Jul 11, 2024
Feb 24, 2023
Jul 11, 2024
Jul 11, 2024
Jan 17, 2022
Jan 17, 2022
Jul 11, 2024
Jul 11, 2024
Jul 11, 2024
Jul 11, 2024
Jul 11, 2024
Jul 11, 2024

Repository files navigation

Vue.js starter template

Vue.js starter template

Features:

Open in Visual Studio Code

Getting Started

Scaffold this repository

pnpx degit lecoueyl/vue3-template my-project
cd my-project

Install and start dev server

pnpm install
pnpm run dev

Deployment

Netlify

Deploy to Netlify

Github pages

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/