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
- Host: GitHub
- URL: https://github.com/maku85/rick-and-morty-vue-app
- Owner: maku85
- Created: 2020-11-10T21:42:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T10:04:18.000Z (about 4 years ago)
- Last Synced: 2025-01-28T12:40:46.013Z (8 months ago)
- Topics: cartoon, rick-and-morty, rickandmortyapi, vue, vuejs, webapp
- Language: Vue
- Homepage: https://maku85.github.io/rick-and-morty-vue-app/
- Size: 5.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).