Giter Club home page Giter Club logo

vue-advanced-workshop's Introduction

Vue Advanced Workshop

This is the companion repository to the Vue Advanced Workshop.

Prerequisites

Setup

  1. Clone this repo:
git clone https://github.com/yyx990803/vue-advanced-workshop.git
  1. Install dependencies (for automated tests):
cd vue-advanced-workshop
npm install

Usage

Switching Between Work and Solution Branches

This repo contains two branches: the master branch is where you will be working on the exercises, and the solutions branch contains the full solutions to each exercise.

To jump to the solutions branch, use the following git command:

git checkout solutions

To go back to the working branch:

git checkout master

Saving Your Work

As you work on the exercise, you will leave un-commited changes to the repo. Make sure to commit your changes before switching branches:

git add -A
git commit -m 'working on exercise 1.1'
git checkout solutions

After viewing the hints from the solutions branch, you can then go back to the master branch to continue the exercise.

Automated Tests

For each exercise there will be an automated test case to check if your implementation meets the requirements. To run the test for a given exercise (e.g. 1.1), run:

npm test -- -t 1.1

You can also run the test in watch mode (which automatically re-runs the tests as you edit the files) with:

npm run watch

vue-advanced-workshop's People

Contributors

d-levin avatar dipwave avatar yyx990803 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.