Proof of concept to track clicks in input type elements. Clicks are showed as steps that show the logical order for the interaction.
- Any element inside ActionZone.vue with attribute data-watched-element="true" will be logged
- You can disable this with data-watched-element="false"
yarn installyarn serveyarn buildyarn test:unityarn test:e2eyarn lint- cypress # local cypress data for e2e test
- public # static assets
- src
- assets # assets to include inside webpack pipeline
- styles # global scss / scss styles
- components # vue components
- store # vuex integration
- assets # assets to include inside webpack pipeline
- tests
- e2e
- specs # cypress e2e tests
- unit # jest unit tests
- e2e
- Jest tests should be inside tests/unit
- Name should be componentName.spec.ts
- Cypress tests should be inside tests/e2e/spec
- The name should be businessFeature.spec.ts
- migrating from global event listener (outside click) approach to directive-based
- better responsiveness for SideBar.vue
- inject RecorderModule into Vue components
- cypress aliases
