Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joacod/vue-playground-ui
Vue Playground using Vuetify, Axios and Vue-Router
https://github.com/joacod/vue-playground-ui
axios-vue vue vue-router vuejs vuetify
Last synced: 21 days ago
JSON representation
Vue Playground using Vuetify, Axios and Vue-Router
- Host: GitHub
- URL: https://github.com/joacod/vue-playground-ui
- Owner: joacod
- License: gpl-3.0
- Created: 2020-04-25T15:42:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T14:48:59.000Z (over 4 years ago)
- Last Synced: 2024-11-05T09:33:15.501Z (2 months ago)
- Topics: axios-vue, vue, vue-router, vuejs, vuetify
- Language: Vue
- Homepage:
- Size: 834 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js Playground
Vue Playground using [Vuetify](https://vuetifyjs.com/), [Axios](https://github.com/axios/axios) and [Vue-Router](https://github.com/vuejs/vue-router)
## Notes
The idea of this project is to provide a UI that consume the apis exposed in the following Web APIs repositories:
- [NetCore.Playground.Api](https://github.com/joacod/NetCore.Playground.Api)
- [go-playground-api](https://github.com/joacod/go-playground-api)
- [node-playground-api](https://github.com/joacod/node-playground-api)*All API projects implements the exact same endpoints.*
What we get from this:
- We have API implementations to download and hook up with our UI project.
- We can practice different approaches in Vue## Prerequisites
- [Install Vue](https://vuejs.org/)
- [VS Code Extension for Vue](https://marketplace.visualstudio.com/items?itemName=octref.vetur)## How to Run it
1. From the terminal: `npm run serve`
2. Once it's running, go to a browser
3. Hit the following url http://localhost:4545/
4. For the pages to work properly you will need a backend Web API up and running too, you can choose either of this:
- [NetCore.Playground.Api](https://github.com/joacod/NetCore.Playground.Api)
- [go-playground-api](https://github.com/joacod/go-playground-api)
- [node-playground-api](https://github.com/joacod/node-playground-api)