application-shortcuts
application-shortcuts copied to clipboard
Code example and resources from the talk: Application Shortcuts with a Renderless Event Component
Application Shortcuts with a Renderless Event Component
This app contains demos for the Application Shortcuts with a Renderless Event Component talk.
If you want to use this approach in production, we recommend checking out the vue-global-events package.
Resources
If you want to dive deeper into topics and techniques used in the talk.
- vue-global-events (package by Damian and Eduardo)
- Event reference (inspiration)
- Lifecycle Hooks
- Custom events
- vm.$listeners
- Key Modifiers
- Special ref attribute
- Tailwind CSS
Made by Vue School
Our goal is to be the number one source of Vue.js knowledge for all skill levels.
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Compiles styles (Tailwind CSS)
yarn styles
Run your tests
yarn run test
Lints and fixes files
yarn run lint