jsonberry / vue-typescript-examples

General examples of the Vue API and ecosystem in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! :)


Vue TypeScript Examples

  • 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.

Get Started

  • Clone the repository
  • yarn to install dependencies
  • yarn 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.

Contributing

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!

About

General examples of the Vue API and ecosystem in TypeScript


Languages

Language:Vue 55.7%Language:JavaScript 22.7%Language:TypeScript 21.3%Language:HTML 0.3%