/vue-js-crash-course

A repository created during Vue JS Crash Course (https://www.youtube.com/watch?v=Wy9q22isx3U).

Primary LanguageVue

vue-js-crash-course

Vue JS Crash Course

This repository has 3 branches:

  1. master works with static data

  2. jsonplaceholder works with {JSON} Placeholder

  3. vue-router works with vue router

Project setup

# Try npm ci first
npm ci

# If npm ci fails, run npm install
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

node & npm & vue-cli Versions

Software Version
node v15.0.1
npm 7.0.3
vue-cli 4.5.8

TODO

It is better to update checkboxes for completed items when data is loaded.