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
- Host: GitHub
- URL: https://github.com/kielabokkie/powwow
- Owner: kielabokkie
- Created: 2016-12-09T10:08:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T23:54:13.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T00:18:57.475Z (7 months ago)
- Topics: powerdns, vuejs2
- Language: JavaScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```