Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domnantas/airports
https://github.com/domnantas/airports
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/domnantas/airports
- Owner: domnantas
- Created: 2019-05-12T14:06:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T09:20:49.000Z (almost 4 years ago)
- Last Synced: 2024-12-17T03:08:07.680Z (20 days ago)
- Language: Vue
- Size: 295 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# airports
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).