{"id":13570908,"url":"https://github.com/vueschool/vue-masterclass","last_synced_at":"2025-04-04T07:32:23.647Z","repository":{"id":43253387,"uuid":"333373339","full_name":"vueschool/vue-masterclass","owner":"vueschool","description":"🗂  Source code for The Vue 3 Masterclass","archived":false,"fork":false,"pushed_at":"2024-04-02T13:15:54.000Z","size":929,"stargazers_count":458,"open_issues_count":4,"forks_count":194,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-03T01:55:41.755Z","etag":null,"topics":["es6","javascript","vue-components","vuejs","vuejs3"],"latest_commit_sha":null,"homepage":"https://vueschool.io/the-vuejs-master-class","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vueschool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-27T09:48:45.000Z","updated_at":"2025-02-17T08:20:08.000Z","dependencies_parsed_at":"2024-01-14T03:48:00.219Z","dependency_job_id":"85a4a237-7d7b-4397-a2c6-a9a99a95a66a","html_url":"https://github.com/vueschool/vue-masterclass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueschool%2Fvue-masterclass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueschool%2Fvue-masterclass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueschool%2Fvue-masterclass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueschool%2Fvue-masterclass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vueschool","download_url":"https://codeload.github.com/vueschool/vue-masterclass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247139080,"owners_count":20890170,"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":["es6","javascript","vue-components","vuejs","vuejs3"],"created_at":"2024-08-01T14:00:56.393Z","updated_at":"2025-04-04T07:32:18.635Z","avatar_url":"https://github.com/vueschool.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# The Vue 3 Masterclass\n\n[![](https://vueschool.io/media/f007f6057444d9a7f567163391d2b366/vuejs-3-master-class-not-transparent.jpg)](https://vueschool.io/the-vuejs-master-class)\n\nThis repository contains the source code for the supercharged, remastered 2021 [Vue.js 3 Masterclass](https://vueschool.io/the-vuejs-master-class) course.\n\nWe’ve taken all the feedback we got from The Vue.js 2 Masterclass, and supercharged The Vue.js Masterclass with all the new goodies from Vue.js 3 and the ecosystem.\n\nThis is our signature course. It is probably the most thorough Vue.js course available online.\n\nThe Vue.js Masterclass is so comprehensive that we **can not cover everything on this page**. Thus we’ve created a [separate page](https://vueschool.io/the-vuejs-master-class) where you can learn more about it.\n\nIn our Masterclass you'll learn Vue.js by building a real-world application. Together we’ll create a complete forum from scratch using exciting technologies that synergize with Vue.\n\nThe goal of the Masterclass is to teach you Vue.js along with Best Practices, Modern Javascript, and other exciting technologies, by building a Real World application - a forum.\n\n### We cover the fundamentals, like:\n\n- Vue cli, router, and State management with Vuex\n- Modern Javascript (ES6/7/8)\n- User permissions \u0026 Route Guards\n- Third party authentication\n- Google Cloud Firestore\n- Automatic code review with ESLint\n- Consuming REST API\n- Application architecture and best practices\n\n### We also dive into harder topics, like:\n\n- Higher Order Functions\n- Creating Vue Plugins\n- Code Splitting\n- Support for older Browsers\n- Webpack configuration\n- SEO and pre-rendering\n- Deployments\n\n\nBy completing the Vue.js Masterclass, you will be able to land any Vue related job or optimize/improve your own projects!\n\n\n**Intrigued?**\n[Enroll now](https://vueschool.io/the-vuejs-master-class)\n\n---\n\n## Project setup\n```\nyarn install\n```\n\n### Compiles and hot-reloads for development\n```\nyarn serve\n```\n\n### Compiles and minifies for production\n```\nyarn build\n```\n\n### Lints and fixes files\n```\nyarn lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n\n---\n\n## Project setup\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n## Looking for Firebase 9?\nSince the video course was created, Firebase has released a new version of it's JavaScript SDK. If you'd like to see code changes using Firebase 9 checkout the [firebase-9 branch](https://github.com/vueschool/vue-masterclass/tree/firebase-9), courtesy of [Michael Haslam](https://github.com/Ongomobile). Thanks Mike!\n\n## Looking for Composition API, Pinia, TypeScript, etc?\nSince this video course was created, a lot has changed in the Vue.js ecosystem. [We have a brand new Master Class](https://vue.school/masterclass) geared towards addressing and teaching these updated technologies (WIP as of Q1 2024). We've had an amazing community member complete this course however, with these latest technologies. You can [see his source code in this github repo](https://github.com/JeremieLitzler/vueschool-course/tree/forum-vite). Thanks Jérémie!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvueschool%2Fvue-masterclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvueschool%2Fvue-masterclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvueschool%2Fvue-masterclass/lists"}