/rickmorty

Rick & Morty Application

Primary LanguageVue

rickmorty

Considerations: Use of pinia instead of vuex, since it is the official state management library for Vue. Use of pinia-plugin-persistedstate to manage the persistence of the store. You could directly use localStorage or another library.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint