├── .gitignore ├── README.md ├── click-counter ├── app.js └── index.html ├── feature-image.png ├── github-profile-card ├── boilerplate.html └── solution.html ├── lifecycle-hook-example.js ├── notification-message ├── boilerplate.html └── solution.html ├── plan-picker ├── app.js ├── coffee.jpg ├── index.html ├── logo.png └── style.css └── slots ├── app.js └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Vue.js 3 Components Fundamentals 2 | 3 | [](https://vueschool.io/courses/vuejs-3-components-fundamentals) 4 | 5 | This repository contains the example code for the [ Vue.js 3 Components Fundamentals](https://vueschool.io/courses/vuejs-3-components-fundamentals) course. 6 | 7 | 8 | Web components are custom developer defined HTML elements, like `
`,`
`, or `