This a pseudo project to understand concepts of Vue 3 using Composition Api. It was built by constant rewriting and upgrading examples from official Vue documentation.
Learning concepts of Vue development
- Interactive examples : Interactive examples of Vue possibilities
- Easy to navigate Demo page : Allows to quickly preview code used in current component
- Progressive enhancement of project : Each knew knowledge was applied to previous components
View the Cheatsheet on GitHub Pages
- File and folder structure
- Clean code
- Vue Best practices
- Some of <Script setup> parts could be moved to seperate composables, on the other hand that could lead to later confusion in using cheat sheet