@alpalllc/rethinking-advanced-patterns-in-vue
v0.0.0
Published
This repo contains source code for the refactored renderless component and refactored compound component explored in [Rethinking Advanced Patterns in Vue](https://rethinking-advanced-patterns-in-vue.alexvipond.dev).
Downloads
3
Readme
Rethinking Advanced Patterns in Vue
This repo contains source code for the refactored renderless component and refactored compound component explored in Rethinking Advanced Patterns in Vue.
Running locally
git clone https://github.com/AlPalLLC/rethinking-advanced-patterns-in-vue.git
cd rethinking-advanced-patterns-in-vue
npm install
npm run dev
This is a Vite app, and all relevant source code is in the src
directory.