An open API service indexing awesome lists of open source software.

https://github.com/maku85/rick-and-morty-vue-app

An easy Vue.js app that lists Rick and Morty characters
https://github.com/maku85/rick-and-morty-vue-app

cartoon rick-and-morty rickandmortyapi vue vuejs webapp

Last synced: 7 months ago
JSON representation

An easy Vue.js app that lists Rick and Morty characters

Awesome Lists containing this project

README

          

# Rick And Morty Vue app

A simple Vue.js app that lists all characters from the television show "Rick and Morty" based on The Rick and Morty API. Built with vue-cli, Vuetify for the styling and axios to make the API requests.







Project demo is available here.

## 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
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).