Skip to content

enbohm/pingisportalen

Repository files navigation

Pingisportalen

This template should help get you started developing Pingisportalen with Vue 3 in Vite.

Recommended IDE Setup

Visual Studio Code VSCode.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Deploy to Github pages

npm run gh-pages-deploy

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint