https://github.com/joaopalmeiro/snippets
A collection of ready-to-test code snippets for different technologies.
https://github.com/joaopalmeiro/snippets
snippets vue vue3
Last synced: about 1 month ago
JSON representation
A collection of ready-to-test code snippets for different technologies.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/snippets
- Owner: joaopalmeiro
- License: mit
- Created: 2023-11-21T19:48:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T10:21:56.000Z (about 1 year ago)
- Last Synced: 2025-01-31T07:12:16.144Z (3 months ago)
- Topics: snippets, vue, vue3
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snippets
A collection of ready-to-test code snippets for different technologies.
## [CSS](https://www.w3.org/Style/CSS/)
| Repo | Description | Creation Date |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ----------------- |
| [nextra-logo-animation](https://gitlab.com/joaommpalmeiro/nextra-logo-animation) | [Nextra](https://nextra.site/) logo animation by [Shu Ding](https://github.com/shuding) for learning purposes. | February 21, 2024 |## [Vue](https://vuejs.org/)
| Repo | Description | Creation Date |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------- |
| [vue3-emits-props-demo](https://codeberg.org/joaopalmeiro/vue3-emits-props-demo) | Declare an emitted event as a prop to know if the parent is listening to it in Vue 3. | November 9, 2023 |
| [vue3-dl-v-for-demo](https://codeberg.org/joaopalmeiro/vue3-dl-v-for-demo) | A description list rendered with the `v-for` directive in Vue 3. | November 21, 2023 |
| [vue3-use-event-demo](https://gitlab.com/joaommpalmeiro/vue3-use-event-demo) | Composable to add event listeners to any target from a component in Vue 3. | February 9, 2024 |
| [vue3-get-current-instance-demo](https://gitlab.com/joaommpalmeiro/vue3-get-current-instance-demo) | Use the `getCurrentInstance()` private function to check the internal structure of a component in Vue 3. | February 13, 2024 |