bencodezen / vuejs-100-workshop

Materials for VueJS 100 workshop / tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js 100 Workshop

Description

In this workshop, we will be covering:

  • What is Vue.js and why should you care?
  • How does it compare to other frameworks?
  • Hands on experience with Vue.js
  • Build a fully functioning calculator app

Resources

Preview

Calculator App Preview

Getting Setup

Develop in the Cloud

Dependency

  1. Modern browser (preferably Chrome or Firefox)

Instructions

  1. Open the CodeSandbox starter template

Running Locally

Dependency

Instructions

  1. Clone this repository
  2. Navigate to project directory in terminal
  3. Run the following commands:
# install dependencies
npm install

# start a local server with hot reload
# default url is http://localhost:8080
npm run dev

Generating Production Code

# build for production with minification
npm run build

About

Materials for VueJS 100 workshop / tutorial


Languages

Language:JavaScript 80.0%Language:Vue 18.8%Language:HTML 1.2%