Skip to content

LukaszSwierzewski/vue3-typescript

Repository files navigation

vue3-typescript about

Live demo: https://melodious-kleicha-2522d0.netlify.app/ I decided to build this project using vue3 with composition API and typescript support. For state management I chose Pinia because I want to try something new. The project is hosted on Netlify which makes it very easy to implement CI/CD. Enjoy :)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published