{"id":16265964,"url":"https://github.com/robinck/vue-presentation","last_synced_at":"2025-07-06T00:36:17.317Z","repository":{"id":43409077,"uuid":"129141122","full_name":"RobinCK/vue-presentation","owner":"RobinCK","description":" :books: A Vue.js presentation 🇺🇦","archived":false,"fork":false,"pushed_at":"2022-12-08T17:17:51.000Z","size":5527,"stargazers_count":41,"open_issues_count":35,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-06T00:36:15.729Z","etag":null,"topics":["presentation","reveal","revealjs","vuejs"],"latest_commit_sha":null,"homepage":"https://robinck.github.io/vue-presentation","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobinCK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-11T19:03:25.000Z","updated_at":"2024-05-08T03:02:35.000Z","dependencies_parsed_at":"2023-01-25T15:00:59.674Z","dependency_job_id":null,"html_url":"https://github.com/RobinCK/vue-presentation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RobinCK/vue-presentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCK%2Fvue-presentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCK%2Fvue-presentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCK%2Fvue-presentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCK%2Fvue-presentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinCK","download_url":"https://codeload.github.com/RobinCK/vue-presentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCK%2Fvue-presentation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263832476,"owners_count":23517349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["presentation","reveal","revealjs","vuejs"],"created_at":"2024-10-10T17:21:16.631Z","updated_at":"2025-07-06T00:36:17.252Z","avatar_url":"https://github.com/RobinCK.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue.JS presentation\n\n## Development Setup\n\n``` bash\n# install dependencies\nnpm install\n```\n\n\n## Table of Contents\n - [About Me](https://robinck.github.io/vue-presentation/#/)\n - [Logo](https://robinck.github.io/vue-presentation/#/1)\n - [About Evan You](https://robinck.github.io/vue-presentation/#/2)\n - [History](https://robinck.github.io/vue-presentation/#/3)\n - [Stars History](https://robinck.github.io/vue-presentation/#/4)\n - [WEB frameworks benchmark](https://robinck.github.io/vue-presentation/#/5)\n    - [Swap rows](https://robinck.github.io/vue-presentation/#/5/1)\n    - [Partial update](https://robinck.github.io/vue-presentation/#/5/2)\n    - [Remove row](https://robinck.github.io/vue-presentation/#/5/3)\n    - [Select row](https://robinck.github.io/vue-presentation/#/5/4)\n    - [Append rows to large table](https://robinck.github.io/vue-presentation/#/5/5)\n    - [Create rows](https://robinck.github.io/vue-presentation/#/5/6)\n    - [Replace all rows](https://robinck.github.io/vue-presentation/#/5/7)\n    - [Create many rows](https://robinck.github.io/vue-presentation/#/5/8)\n    - [Clear rows](https://robinck.github.io/vue-presentation/#/5/9)\n    - [Startup time](https://robinck.github.io/vue-presentation/#/5/10)\n    - [Memory allocation in mbs](https://robinck.github.io/vue-presentation/#/5/11)\n    - [Ready memory](https://robinck.github.io/vue-presentation/#/5/12)\n    - [Run memory](https://robinck.github.io/vue-presentation/#/5/13)\n    - [Update eatch 10th row for 1k rows](https://robinck.github.io/vue-presentation/#/5/14)\n    - [Replace 1k rows](https://robinck.github.io/vue-presentation/#/5/15)\n    - [Creating/clearing 1k rows](https://robinck.github.io/vue-presentation/#/5/16)\n - [Advantages](https://robinck.github.io/vue-presentation/#/6)\n    - [Information](https://robinck.github.io/vue-presentation/#/6/1)\n    - [Very small size](https://robinck.github.io/vue-presentation/#/6/2)\n    - [Easy to understand and develop applications](https://robinck.github.io/vue-presentation/#/6/3)\n    - [Simple integration](https://robinck.github.io/vue-presentation/#/6/4)\n    - [Detailed documentation](https://robinck.github.io/vue-presentation/#/6/5)\n    - [Flexibility](https://robinck.github.io/vue-presentation/#/6/6)\n    - [Right to choose](https://robinck.github.io/vue-presentation/#/6/7)\n - [Ecosystem](https://robinck.github.io/vue-presentation/#/7)\n - [Native app](https://robinck.github.io/vue-presentation/#/8)\n - [Server-side rendering](https://robinck.github.io/vue-presentation/#/9)\n - [Who is using it?](https://robinck.github.io/vue-presentation/#/10)\n - [How it works?](https://robinck.github.io/vue-presentation/#/11)\n    - [MVVM](https://robinck.github.io/vue-presentation/#/11/1)\n    - [Components](https://robinck.github.io/vue-presentation/#/11/2)\n    - [Lifecycle](https://robinck.github.io/vue-presentation/#/11/3)\n    - [Reactivity](https://robinck.github.io/vue-presentation/#/11/4)\n - [Interpolations](https://robinck.github.io/vue-presentation/#/12)\n    - [Text](https://robinck.github.io/vue-presentation/#/12/1)\n    - [Raw html](https://robinck.github.io/vue-presentation/#/12/2)\n    - [Attributes](https://robinck.github.io/vue-presentation/#/12/3)\n    - [Using javascript expressions](https://robinck.github.io/vue-presentation/#/12/4)\n - [Directives](https://robinck.github.io/vue-presentation/#/13)\n - [Computed properties and watchers](https://robinck.github.io/vue-presentation/#/14)\n    - [Watch](https://robinck.github.io/vue-presentation/#/14/1)\n    - [Computed](https://robinck.github.io/vue-presentation/#/14/2)\n    - [Computed setter](https://robinck.github.io/vue-presentation/#/14/3)\n - [Binding html classes](https://robinck.github.io/vue-presentation/#/15)\n - [Conditional rendering](https://robinck.github.io/vue-presentation/#/16)\n - [Loops](https://robinck.github.io/vue-presentation/#/17)\n - [Method event handlers](https://robinck.github.io/vue-presentation/#/18)\n - [Form input bindings](https://robinck.github.io/vue-presentation/#/19)\n - [Event \u0026 key modifiers](https://robinck.github.io/vue-presentation/#/20)\n - [Component structure](https://robinck.github.io/vue-presentation/#/21)\n - [Etc...](https://robinck.github.io/vue-presentation/#/22)\n - [What is vuex?](https://robinck.github.io/vue-presentation/#/23)\n    - [What is a \"state management pattern\"?](https://robinck.github.io/vue-presentation/#/23/1)\n    - [Shared state](https://robinck.github.io/vue-presentation/#/23/2)\n - [Dev tools](https://robinck.github.io/vue-presentation/#/24)\n - [Thanks](https://robinck.github.io/vue-presentation/#/24)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinck%2Fvue-presentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinck%2Fvue-presentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinck%2Fvue-presentation/lists"}