0.0.0 • Published 3 years ago

@alpalllc/rethinking-advanced-patterns-in-vue v0.0.0

Weekly downloads
36
License
-
Repository
-
Last release
3 years ago

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.