Skip to content

oebreme/vue-typescript-starter

Repository files navigation

readme-logo.png

vue-typescript-starter

This project is a custom Vue 3 template with TypeScript already set up.

It contains the auto-generated tutorial files which usually generate using npm create vue@latest.

Please note that this project is set up according to official guidelines at vuejs.org, but also my personal preferences as someone coming from Angular.


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

Custom Vue 3 template with TypeScript already set up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published