Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 281 Bytes

RickAndMorty-frontend

Web application where we consume the Rick and Morty API using Vue 3 - Composition Api and Vuex. I will use JS for the consumption of the api.

  • Run the project in development mode using: npm run serve.
  • Run the project in production build: npm run build.