AlexVipond / rethinking-reusability-in-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rethinking Advanced Patterns in Vue

This repo contains source code for the Rethinking Reusability in Vue book.

To see live demos of the compound component and function ref composable from the book, visit the demos page, or follow instructions below to run a Vite app locally.

Running locally

git clone https://github.com/AlPalLLC/rethinking-reusability-in-vue.git
cd rethinking-reusability-in-vue
npm install
npm run dev

Once the app is running, visit http://localhost:3000 to view the live listbox demos. Use assistive tech like Voiceover to interact with accessibility features.

This is a Vite app, and all relevant source code is in the src directory.

About

License:MIT License


Languages

Language:TypeScript 51.8%Language:Vue 36.2%Language:JavaScript 6.2%Language:CSS 2.9%Language:HTML 2.8%