vuejs-in / vuejs-workshop-zero-to-one

Resources for VueBLR's Vue.js: Zero to One workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js Essentials Workshop

Pre-requisites

  1. Need to have prior web-dev experience. We won't cover HTML, CSS or JavaScript essentials although we'll touch up on some modern JavaScript primitives that we will be using extensively.
  2. You need to have the latest Node.js LTS installed on your machine. That's pretty much all that's required. If you're having an older Node.js release, you might face issues while following the workshop.
  3. Visual Studio Code is recommended as we believe it has the best Vue.js DX. Other editors work too but we might not be able to help if you're facing issues.
  4. Yarn is a faster npm. We'll be using Yarn for our main project.

Structure of this Repository

We follow a branch-based progress. You can find individual lessons by checking out the various labelled branches (e.g. 00-start.md). On each branch, you'll find the following structure:

- πŸ“‚ lessons
    |-- 00-start.md         // The theory material for the branch.
    .
- πŸ“‚ examples
    |-- πŸ“‚ 00-first-app     // Accompanying one-off examples
    .
- πŸ“‚ app                    // The application we're building
    |-- πŸ“‚ components
    |-- index.js
    |-- ..
    .
- πŸ“‚ scratch                // Any throwaway samples we'll be building0
    |-- ..
    .

About

Resources for VueBLR's Vue.js: Zero to One workshop

License:MIT License


Languages

Language:Vue 76.5%Language:JavaScript 15.5%Language:HTML 6.3%Language:CSS 1.7%