Javascript Vue

A special compiler macros for vue3 script setup

vite-plugin-vue3-define-reactive a special compiler macros defineReactive for vue3 script-setup without <template> <div>{{a}}</div> <div>{{b}}</div> <div>{{c}}</div> </template> <script setup> import { ref } from ‘vue’; const a = ref(0); const b...
Read More
Javascript Vue

Vue2 and Vue3 directive for keyboard navigation – roving movement and trapping inside container

VueKeyboardTrap (vue-keyboard-trap) Project description Vue directive for keyboard navigation – roving movement and trapping inside container. Works both for Vue3 and Vue2. Demo codepen Docs and examples Source code,...
Read More
Javascript Vue

Wordle: An online word guessing game built with Vue 3

Wordle I was inspired by the popular game Wordle and wanted to create my own version. I’ve mostly used Vue options API when building projects so this was the...
Read More
Javascript Vue

Sample demo of Vue3 and Tailwindcss

vue3-tailwind-app Demonstration of using Tailwindcss in Vue3. Note Currently Tailwindcss 3 isn’t supported in Vue3 due to postcss 8 incompatibility. Hence we are using npm:@tailwindcss/postcss7-compat or Tailwindcss v2 Getting...
Read More

Pin It on Pinterest

Generated by Feedzy