This application was created through the course Vue JS 2.0 - Mastering Web Apps during the lessons of Section 6: Jokester | Application Four.
The application is a generator of random jokes. The focus of this section is to introduce to the student to state manager Vuex.
For the lessons in this section, the Joke API was used.
Sass was added for the style.
Note: The last update of the course was on 12/2017, however some classes continue with updated content; in the rest, during development, we always sought to implement each feature of the application in the most updated way possible.
npm install
npm run serve
npm run build
npm run lint