All Projects β†’ vueschool β†’ Vue Master Class

vueschool / Vue Master Class

πŸ—‚ Source code for The Vue 2 Master Class

Projects that are alternatives of or similar to Vue Master Class

Ml19 20a
CS 771A: Introduction to Machine Learning, IIT Kanpur, 2019-20-autumn offering
Stars: ✭ 115 (-21.77%)
Mutual labels:  course-materials
Ios Good Practices
Good ideas for iOS development, by Futurice developers.
Stars: ✭ 10,417 (+6986.39%)
Mutual labels:  best-practices
Android Modular Architecture
πŸ“š Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
Stars: ✭ 2,048 (+1293.2%)
Mutual labels:  best-practices
Stanford Tensorflow Tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
Stars: ✭ 10,098 (+6769.39%)
Mutual labels:  course-materials
Awesome Couchdb
CouchDB - curated meta resources & best practices list
Stars: ✭ 124 (-15.65%)
Mutual labels:  best-practices
Git Good Commit
Git hook to help you write good commit messages, with no external dependencies.
Stars: ✭ 128 (-12.93%)
Mutual labels:  best-practices
Seai
CMU Lecture: Machine Learning In Production / AI Engineering / Software Engineering for AI-Enabled Systems (SE4AI)
Stars: ✭ 114 (-22.45%)
Mutual labels:  course-materials
Dagger2
Kotlin Dagger2 example project
Stars: ✭ 145 (-1.36%)
Mutual labels:  best-practices
Backend Best Practices
An evolving description of general best practices for backend development.
Stars: ✭ 1,736 (+1080.95%)
Mutual labels:  best-practices
Php Programming Best Practices
Referencia para los desarrolladores de Tiendanube y para la comunidad de PHP.
Stars: ✭ 138 (-6.12%)
Mutual labels:  best-practices
Movieapp
🎬 MovieApp is a Flutter application built to demonstrate the use of modern development tools with best practices implementation like Modularization, BLoC, Dependency Injection, Dynamic Theme, Cache, Shimmer, Testing, Flavor, CI/CD, etc.
Stars: ✭ 117 (-20.41%)
Mutual labels:  best-practices
Wa4e
Course materials for www.wa4e.com
Stars: ✭ 123 (-16.33%)
Mutual labels:  course-materials
Nginx Tuning
NGINX tuning for best performance
Stars: ✭ 1,900 (+1192.52%)
Mutual labels:  best-practices
Dbatools
πŸš€ SQL Server automation and instance migrations have never been safer, faster or freer
Stars: ✭ 1,742 (+1085.03%)
Mutual labels:  best-practices
Generator Jekyll Starter Kit
πŸš€ Jekyll Progressive Web App Generator.
Stars: ✭ 139 (-5.44%)
Mutual labels:  best-practices
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+1110.88%)
Mutual labels:  best-practices
Competitiveprogramming
Page of the course "Competitive Programming and Contests" at Department of Computer Science, University of Pisa
Stars: ✭ 126 (-14.29%)
Mutual labels:  course-materials
React Bits
✨ React patterns, techniques, tips and tricks ✨
Stars: ✭ 11,572 (+7772.11%)
Mutual labels:  best-practices
Welcome
Information on joining the government community β€” a collaborative community for sharing best practices in furtherance of open source, open data, and open government efforts.
Stars: ✭ 143 (-2.72%)
Mutual labels:  best-practices
State Of The Art Shitcode
πŸ’©State-of-the-art shitcode principles your project should follow to call it a proper shitcode
Stars: ✭ 2,207 (+1401.36%)
Mutual labels:  best-practices

vue-master-class

This repository contains the source code of The Vue.js Master Class.

The Vue.js Master Class

The goal of the Master Class is to teach you Vue.js along with Best Practices, Modern Javascript, and other exciting technologies, by building a Real World application - a forum.

We cover the fundamentals, like

  • Vue cli, router and State management with Vuex
  • Modern Javascript (ES6/7/8)
  • User permissions & protected routes
  • Third party authentication
  • Firebase Realtime Database & Cloud functions
  • Automatic code review with ESLint
  • Deployment
  • Application architecture and best practices

We also dive into harder topics, like:

  • Higher Order Functions
  • Creating Vue Plugins
  • Code Splitting
  • Support for older Browsers
  • Webpack configuration
  • SEO and pre-rendering
  • Reactive programming with RxJS

By completing the Vue.js Master Class, you will be able to land any Vue related job or optimize/improve your own projects!

Convinced? Enroll now

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].