Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.01 KB

Vue.js Docs Cheatsheet Project

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.

Goal

Learning concepts of Vue development

Features

  • 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

Demo

View the Cheatsheet on GitHub Pages

Built with

Applied concepts of

  • File and folder structure
  • Clean code
  • Vue Best practices

Limitations

  • 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