yarn
Note: this repository only works with
yarn
because it uses yarn workspaces. If you don't have it, install it withnpm -g install yarn
.
yarn task1
- Warm-up — props & events
- Extracting common logic from components — mixins
- Components with
v-model
Modal
component — slotsPageLayout
component — named slots & lazy-loading- Customizing children UI — scoped slots
ThemeProvider
component — provide / inject- Wrapping an [insert library here] component
Tabs
&Tab
components