A basic starter template for a Vue3 website using Vite, TypeScript and SCSS.
- Vue 3 (using
<script setup>
SFCs) - Vite
- TypeScript
- SCSS
- pnpm
This template uses static-site generation (SSG). If you want client-side rendering (CSR) instead checkout the csr
branch.
The recommended IDE is VSCode using the following extensions:
npm i -g pnpm # install pnpm
pnpm i
Just run and visit http://localhost:3000
pnpm dev
pnpm build
# add --latest to update ignoring ranges specified in package.json
pnpm up