You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Keith Paterson 281e4b1339
Merge branch 'dependabot/npm_and_yarn/electron-9.4.0' of https://github.com/Portree-Kid/flightgear-airports.git
3 years ago
.electron-vue Migrate to Node v14.15.1 4 years ago
.vscode Debugger 4 years ago
build https://github.com/Portree-Kid/flightgear-airports/issues/1 4 years ago
dist Initial 5 years ago
src #124 Editable Tower height 3 years ago
static New Tower icon (Ian Tolosa) 4 years ago
test https://github.com/Portree-Kid/flightgear-airports/issues/69 4 years ago
.babelrc Initial 5 years ago
.eslintignore Initial 5 years ago
.eslintrc.js Initial 5 years ago
.gitignore Linking 5 years ago
.travis.yml osx-binaries 4 years ago
FULLTEXT01.pdf Fixed Sidebar 5 years ago
I.txt 0.0.5 5 years ago
LICENSE Initial commit 5 years ago
README.md Initial commit 5 years ago
appveyor.yml Initial 5 years ago
package-lock.json Merge branch 'dependabot/npm_and_yarn/electron-9.4.0' of https://github.com/Portree-Kid/flightgear-airports.git 3 years ago
package.json Merge branch 'dependabot/npm_and_yarn/electron-9.4.0' of https://github.com/Portree-Kid/flightgear-airports.git 3 years ago

README.md

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.