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

https://github.com/kielabokkie/powwow

A Vue.js frontend for PowerDNS
https://github.com/kielabokkie/powwow

powerdns vuejs2

Last synced: about 2 months ago
JSON representation

A Vue.js frontend for PowerDNS

Awesome Lists containing this project

README

          

# Powwow

> A Vue.js frontend for the PowerDNS API

## Configuration

Copy .env.js.example to .env.js:

``` bash
cp .env.js.example .env.js
```

Open the `.env.js` file and set the `API_URL` and `API_KEY` to match your server.

## Build Setup

``` bash
# install dependencies
yarn install

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

# build for production with minification
yarn run build
```