Skip to content

This follows the "Real World Vue" tutorial on VueMastery.com (but uses TypeScript).

Notifications You must be signed in to change notification settings

TrailHacker/Real-World-Vue-TypeScript

Repository files navigation

real-world-vue

Project setup

npm install

Start the local database server (development)

 json-server --watch db.json

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

This follows the "Real World Vue" tutorial on VueMastery.com (but uses TypeScript).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published