Skip to content

aktionskarten/frontend

Repository files navigation

frontend

This is the Vue.js frontend used for creating interactive maps at http://www.aktionskarten.org.

It uses the backend and 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

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build