Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aktionskarten/frontend
Vues.js frontend
https://github.com/aktionskarten/frontend
Last synced: 4 days ago
JSON representation
Vues.js frontend
- Host: GitHub
- URL: https://github.com/aktionskarten/frontend
- Owner: aktionskarten
- License: mit
- Created: 2018-04-27T16:11:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T05:22:24.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:52:08.053Z (3 months ago)
- Language: Vue
- Homepage: https://aktionskarten.org
- Size: 14.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - aktionskarten/frontend - Vues.js frontend (others)
README
# frontend
This is the Vue.js frontend used for creating interactive maps at http://www.aktionskarten.org.
It uses the [backend](https://github.com/aktionskarten/backend) and [aktionskarten.js](https://github.com/aktionskarten/aktionskarten.js).
# Configuration
Create a `.env` file and define the backend endpoint.```
API_ENDPOINT=http://127.0.0.1:5000
```For development you can as well use https://staging.aktionskarten.org as API_ENDPOINT.
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```