Skip to content

Commit

Permalink
#2 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NiloCK committed Aug 2, 2018
1 parent 3832652 commit 5aaa89c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,22 @@ After cloning the repository,

Does an in-memory build of the project and hosts with the webpack dev server. Hot reloading and source maps included for debugging.

## Production Build
## Debugging

Check for relevant flags in `/src/ENVIRONMENT_VARS.ts` before building for production.
The project can be debugged inside of VSCode using the existing settings from the `./vscode` folder. After starting a development server with `yarn serve` / `npm run serve`, hitting F5 will launch VSCode's debugger and attach to the process. (Note: debugging is slightly buggy for the time being. See #2.)

- `npm run build` or `yarn build`
Debugging / virtual DOM exploration is also available in the browser via [vue-devtools](https://github.com/vuejs/vue-devtools).

Outputs a static web page in the `/build` folder.
- [Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
- [Chrome Extension](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)

# Debugging
## Production Build

For now, debugging is available only in the browser via [vue-devtools](https://github.com/vuejs/vue-devtools).
Check for relevant flags in `/src/ENVIRONMENT_VARS.ts` before building for production.

- [Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
- [Chrome Extension](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
- `npm run build` or `yarn build`

Outputs a static web page in the `/build` folder.


# Licence
Expand Down

0 comments on commit 5aaa89c

Please sign in to comment.