https://github.com/alefesouza/typescript-vue-cli2
Simple TypeScript example using vue-cli 2.
https://github.com/alefesouza/typescript-vue-cli2
meetup-api typescript vue vue-cli
Last synced: about 1 month ago
JSON representation
Simple TypeScript example using vue-cli 2.
- Host: GitHub
- URL: https://github.com/alefesouza/typescript-vue-cli2
- Owner: alefesouza
- Created: 2018-02-24T18:51:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T19:35:57.000Z (over 8 years ago)
- Last Synced: 2026-01-11T13:00:12.599Z (5 months ago)
- Topics: meetup-api, typescript, vue, vue-cli
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-vue-cli2
This is an example of a vue-cli 2.9.3 application using [TypeScript](https://github.com/Microsoft/TypeScript), [vue-class-component](https://github.com/vuejs/vue-class-component), [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator) and [vuex-class](https://github.com/ktsn/vuex-class) with the Meetup API, I've created it to do a lecture about it on [Vue.js São Paulo Meetup](https://www.meetup.com/VueJS-SP/events/247418703/).
You can check it live on [https://alefesouza.github.io/typescript-vue-cli2](https://alefesouza.github.io/typescript-vue-cli2), it's just a very simple application.