Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published