Browse Source

Merge pull request #19 from moxiegirl/fix-list

Correct the paths
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
55f04112f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      _browser/todo-list.md

6
_browser/todo-list.md

@ -72,8 +72,6 @@ These instructions assume you are cloning.
``` ```
$ npm install $ npm install
...
added 1161 packages in 70.746s
``` ```
The Todo application has a basic Vue.js structure. There are several configuration files but the central programming files are in the `src` directory: The Todo application has a basic Vue.js structure. There are several configuration files but the central programming files are in the `src` directory:
@ -82,8 +80,8 @@ The Todo application has a basic Vue.js structure. There are several configurati
|-----------------|-------------| |-----------------|-------------|
| `main.js` | Application initialization. | | `main.js` | Application initialization. |
| `App.vue ` | Code for handling the `authResponse`. | | `App.vue ` | Code for handling the `authResponse`. |
| `Landing.vue ` | Code for the initial sign on page. | | `components/Landing.vue ` | Code for the initial sign on page. |
| `Dashboard.vue` | Application data storage and user sign out. | | `components/Dashboard.vue` | Application data storage and user sign out. |
## Sign into the application ## Sign into the application

Loading…
Cancel
Save