https://github.com/psu-oit-arc/aol-frontend
The Atlas of Oregon Lakes
https://github.com/psu-oit-arc/aol-frontend
bathymetry geology lakes oregon
Last synced: 5 months ago
JSON representation
The Atlas of Oregon Lakes
- Host: GitHub
- URL: https://github.com/psu-oit-arc/aol-frontend
- Owner: PSU-OIT-ARC
- Created: 2019-01-17T02:43:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T00:56:28.000Z (over 2 years ago)
- Last Synced: 2024-03-27T01:15:06.323Z (over 2 years ago)
- Topics: bathymetry, geology, lakes, oregon
- Language: Vue
- Homepage: https://oregonlakesatlas.org
- Size: 4.52 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
# aol_frontend
Vue Frontend application for the Atlas of Oregon Lakes project.
## 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/).