Skip to content
Snippets Groups Projects
Commit 6d518463 authored by Will Billingsley's avatar Will Billingsley
Browse files

Merge branch 'master' into vue-solution

parents 2685c75e bb6fe4cd
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,13 @@ Open `index.html` in the browser, and you should find yourself faced with Conway
## Install loaders for Vue or React
Before we go any further, let's put webpack into development mode. In `webpack.config.js`, at the top of `module.exports`, set:
The repository contains all the code from the previous tutorial, but not a copy of `node_modules` which would be too large. Let's make NPM go and get all the modules we've already declared in `packages.json`:
```sh
npm install
```
And before we go any further, let's put webpack into development mode. In `webpack.config.js`, at the top of `module.exports`, set:
```js
mode: 'development',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment