#
Vue.js App with AuthOThis is a tutorial follow-along for me as a dive into Vue.js app creation. External backend that will call in quotes from 'Chuck Norris'. It will also contain a Login and Signup components to prove JWT workability. This project uses Vue.js version 1.x.
- None at the moment.
https://auth0.com/blog/build-an-app-with-vuejs
This project requires an external API for login purposes and to serve the quotes back to the front-end.
- CD into Server folder
- npm install
- node server
- open another command line window
- CD into this base folder project
- npm install
- npm run dev