Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Commit 6247180

Browse files
committed
Update README.md
1 parent a20ec7e commit 6247180

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

README.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
1-
# exige-vue
1+
# Exige
2+
3+
## About
4+
5+
Exige is a proof-of-concept traffic visualizer for [UAM](https://www.nasa.gov/uamgc) / [UTM](https://utm.arc.nasa.gov/index.shtml) data. It is a Vue.js 2.0 based front-end web-app which would connect to a UTM Service Suplier and display relevant data.
6+
7+
## Development
28

39
### Available Scripts
410

5-
Setup project with
6-
`npm install -g @vue/cli`
7-
`npm install`
11+
### Setup
812

9-
Run with Vue UI...
13+
Setup your dev environment with
14+
- Install node.js / npm.
15+
- Install Vue CLI globally -
16+
- `npm install -g @vue/cli`
17+
- Install node_modules -
18+
- `npm install`
19+
20+
### Running
21+
22+
Run with Vue UI -
1023
`vue ui`
11-
or with npm
24+
or with npm -
1225
`npm run serve`
1326

14-
Build
15-
`npm run build`
27+
### Build
28+
`npm run build`
29+
This will a generate deployment ready build of Exige.
1630

17-
Test
31+
### Test
1832
`npm run test`
1933

20-
Lints and fixes files
21-
`npm run lint`
22-
23-
### TODO:
24-
- Map
25-
- Zoom to operations
26-
- Volume on click
27-
- Positions
28-
- Websockets
29-
- Store data after refresh ?
34+
### Lints and fixes files
35+
`npm run lint`

0 commit comments

Comments
 (0)