enxibaba / vue3-template

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

Home Page:https://lecoueyl.github.io/vue3-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js starter template

Vue.js starter template

Open in Visual Studio Code

Features:

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/

About

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

https://lecoueyl.github.io/vue3-template/


Languages

Language:Vue 73.8%Language:JavaScript 22.1%Language:CSS 2.4%Language:HTML 1.7%