Skip to content
/ vue-3-template Public template

A template for new Vue 3 projects with TypeScript, TailwindCSS, Vite, Vue Router, PNPM (a better npm).

Notifications You must be signed in to change notification settings

Noitcereon/vue-3-template

Repository files navigation

Vue.js starter template

Vue.js starter template

This Vue 3 template is a modifed version of lecoueyl's Vue 3 template.

It has TypeScript included, but removed the linting that was present in the original. In addition the structure is slightly different.

Open in Visual Studio Code

Features:

Getting Started

Scaffold this repository

pnpx degit Noitcereon/vue-3-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

A template for new Vue 3 projects with TypeScript, TailwindCSS, Vite, Vue Router, PNPM (a better npm).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published