Go to file
2020-02-18 21:05:10 +01:00
.electron-vue Initial 2019-11-05 22:43:18 +01:00
build/icons Initial 2019-11-05 22:43:18 +01:00
dist Initial 2019-11-05 22:43:18 +01:00
src Scan Progress 2020-02-18 21:05:10 +01:00
static Initial 2019-11-05 22:43:18 +01:00
test Initial 2019-11-05 22:43:18 +01:00
.babelrc Initial 2019-11-05 22:43:18 +01:00
.eslintignore Initial 2019-11-05 22:43:18 +01:00
.eslintrc.js Initial 2019-11-05 22:43:18 +01:00
.gitignore Initial 2019-11-05 22:43:18 +01:00
.travis.yml Initial 2019-11-05 22:43:18 +01:00
airports_DB.json Groundnet Scan 2019-12-17 21:10:58 +01:00
airports_DB.json~ Groundnet Scan 2019-12-17 21:10:58 +01:00
airports.json Groundnet Scan 2019-12-17 21:10:58 +01:00
appveyor.yml Initial 2019-11-05 22:43:18 +01:00
FULLTEXT01.pdf Fixed Sidebar 2020-01-04 20:39:24 +01:00
package-lock.json Export/Save 2020-01-20 21:53:53 +01:00
package.json Export/Save 2020-01-20 21:53:53 +01:00
README.md Initial 2019-11-05 22:43:18 +01:00

flightgear-airports

An electron-vue project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint


This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.