Note: These examples are valid, but were done in January 2018. I will revisit after Vue 3 is released to update examples, config, and add advanced examples. Thanks! :)
- Showcase TypeScript + Vue (bring types in from official Vue packages, etc)
- Dig deep into the Vue API and show examples from beginner to advanced
- Document the examples with verbose notes right in the code
- Explore Vue app structures
We'll tackle the low-hanging fruit first, the beginner and intermediate stuff, with a goal of adding advanced topics and examples.
- Clone the repository
yarn
to install dependenciesyarn start
to spin up the dev server
With the dev server open, navigate around and check the source code that matches with the examples, or just poke around the repository.
If you see any issues please add an issue here: https://github.com/jsonberry/vue-typescript-examples/issues
If you want to contribute to examples, make pull request!