/vue-typescript-real-world-example

How to build Vue app using typescript, tips and tricks

Primary LanguageVueMIT LicenseMIT

Vue TypeScript real world example

In this project you will find examples on how to do useful things like:

  • Vuex store
  • Dynamic two way binding
  • Form validation
  • Login/router guard
  • Unit Test coverage
  • Types

Build Status

DEMO

Project setup

npm i

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Run your unit tests

npm run test

Lints and fixes files

npm run lint