Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudnativegbb/service-tracker-ui
https://github.com/cloudnativegbb/service-tracker-ui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudnativegbb/service-tracker-ui
- Owner: CloudNativeGBB
- Created: 2020-01-15T23:29:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T05:28:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T08:51:01.033Z (almost 2 years ago)
- Language: SCSS
- Size: 2.23 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![alt text](https://github.com/CloudNativeGBB/arcdemo-service-tracker-ui/blob/master/src/assets/img/msft_logo_24.png "Microsoft Intelligent Cloud Global Blackbelt") service-tracker-ui
Requirements
----------
> service-tracker-ui uses the following
* [Nodejs](https://nodejs.org)
* [Vue CLI](https://vuejs.org)Run it locally
----------> Install Dependencies
```bash
npm install
```> Run with npm (this serves with the vue-cli and webpack)
```bash
npm run dev
```Service setup
----------[Webpack Proxy Config](./vue.config.js)
> e.g., ***/api/flights/inair***
```javascript
'/api/flights/santa-claus':{
target: 'http://localhost:8004',
changeOrigin: true,
pathRewrite: {
'^/api/flights/santa-claus': '/api/stats/flights/santa-claus'
}
}
```Built with
------[Vue Paper Dashboard](https://cristijora.github.io/vue-paper-dashboard/)