Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshyabatman/adopt-a-pet
A simple Adopt A Pet Application Using Vue.JS, Vuex and Vue Routing
https://github.com/lakshyabatman/adopt-a-pet
Last synced: about 2 months ago
JSON representation
A simple Adopt A Pet Application Using Vue.JS, Vuex and Vue Routing
- Host: GitHub
- URL: https://github.com/lakshyabatman/adopt-a-pet
- Owner: lakshyabatman
- Created: 2019-05-10T15:24:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T21:31:25.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T16:54:24.839Z (3 months ago)
- Language: Vue
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adopt-pets
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).