Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 917 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 917 Bytes

Jokester

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint