auth0-blog / vue-jwt-authentication

MIT License
509 stars 112 forks source link

Update installation/execution instructions #3

Closed fhemberger closed 9 years ago

chenkie commented 9 years ago

Thanks! I actually just realized that I have a script within package.json that can take care of running the webpack-dev-server. This dep is also included in the devDependencies, so we don't need to install it separately.

Would you want to update the pull request by taking out the global install of webpack-dev-server, and then with the instruction to run the app with npm run dev ? Then we can of course keep the instruction for starting the server.

Let me know if that works. Thanks :)

fhemberger commented 9 years ago

I just updated the PR, should be good to go.

Starting the server will show a deprecation warning, I did a fix for this as well: https://github.com/auth0/nodejs-jwt-authentication-sample/pull/9

chenkie commented 9 years ago

Beauty, thanks!