Skip to content

Basic Vue3 template using Vite, Typescript and SCSS

License

Notifications You must be signed in to change notification settings

bunesk/vue3-vite-ts-template

Repository files navigation

Vue3 Vite Typescript Project Template

A basic starter template for a Vue3 website using Vite, TypeScript and SCSS.

Used technologies

Used packages

This template uses static-site generation (SSG). If you want client-side rendering (CSR) instead checkout the csr branch.

Recommended IDE Setup

The recommended IDE is VSCode using the following extensions:

Project setup

npm i -g pnpm # install pnpm
pnpm i

Compiles and hot-reloads for development

Just run and visit http://localhost:3000

pnpm dev

Build for production site

pnpm build

Update dependencies

# add --latest to update ignoring ranges specified in package.json
pnpm up