Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ycmjason-talks/2019-10-04-vuejs-london-conference-2019
https://github.com/ycmjason-talks/2019-10-04-vuejs-london-conference-2019
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ycmjason-talks/2019-10-04-vuejs-london-conference-2019
- Owner: ycmjason-talks
- Created: 2019-10-01T12:24:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:21:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T12:41:25.652Z (6 months ago)
- Language: Vue
- Homepage: https://www.youtube.com/watch?v=JON6X6Wmteo
- Size: 387 KB
- Stars: 25
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2019-10-14 Vue.js London Conference 2019
This repo contains code used at the Vue.js London Conference. The
live-coding talk I gave was about building
[https://keyboard-keyboard.ycmjason.com](https://keyboard-keyboard.ycmjason.com)
from close to scratch.The live-coding talk mainly focus on showcasing the possibility of [Vue
3's Composition API](https://github.com/vuejs/rfcs/pull/78) using the
Vue 2 plugin
[@vue/composition-api](https://github.com/vuejs/composition-api).## Production Version
https://github.com/ycmjason/keyboard-keyboard
Or you can checkout the [completed
branch](https://github.com/ycmjason-talks/2019-10-04-vuejs-london-conference-2019/tree/completed).## Author
Jason Yu