Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aktionskarten/frontend

Vues.js frontend
https://github.com/aktionskarten/frontend

Last synced: about 2 months ago
JSON representation

Vues.js frontend

Awesome Lists containing this project

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
```