Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emdneto/yesno-vue
:books: A simple vue.js application that uses the Yesno API
https://github.com/emdneto/yesno-vue
Last synced: 1 day ago
JSON representation
:books: A simple vue.js application that uses the Yesno API
- Host: GitHub
- URL: https://github.com/emdneto/yesno-vue
- Owner: emdneto
- Created: 2019-02-28T22:06:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T22:13:42.000Z (8 months ago)
- Last Synced: 2024-04-04T02:29:48.859Z (8 months ago)
- Language: Vue
- Homepage: https://yesno-vue.herokuapp.com/
- Size: 508 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yesno-vue
## 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/).