You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2020. It is now read-only.
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
2
8
3
9
### Available Scripts
4
10
5
-
Setup project with
6
-
`npm install -g @vue/cli`
7
-
`npm install`
11
+
### Setup
8
12
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 -
10
23
`vue ui`
11
-
or with npm
24
+
or with npm -
12
25
`npm run serve`
13
26
14
-
Build
15
-
`npm run build`
27
+
### Build
28
+
`npm run build`
29
+
This will a generate deployment ready build of Exige.
0 commit comments