Skip to content

Boilerplate code for the TypeScript with Vue.js 3 course

Notifications You must be signed in to change notification settings

vueschool/ts-vue-boilerplate

Repository files navigation

Boilerplate Code for Typescript with Vue.js 3 Course

This is the boilerplate code for the TypeScript with Vue.js 3 Course.

How to Install

npx degit vueschool/ts-vue-boilerplate 
npm install
npm run dev

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

Boilerplate code for the TypeScript with Vue.js 3 course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published