https://github.com/peter-mghendi/squanch
Rick and Morty encyclopedia.
https://github.com/peter-mghendi/squanch
javascript rick-and-morty showcase single-page-application vue vue-router vuex
Last synced: 6 months ago
JSON representation
Rick and Morty encyclopedia.
- Host: GitHub
- URL: https://github.com/peter-mghendi/squanch
- Owner: peter-mghendi
- License: mit
- Created: 2021-01-15T07:20:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T05:34:25.000Z (over 4 years ago)
- Last Synced: 2024-01-28T04:47:49.823Z (over 1 year ago)
- Topics: javascript, rick-and-morty, showcase, single-page-application, vue, vue-router, vuex
- Language: Vue
- Homepage: https://squanch.netlify.app
- Size: 859 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# squanch
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).