A Vue.js frontend for the PowerDNS API
Copy .env.js.example to .env.js:
cp .env.js.example .env.js
Open the .env.js
file and set the API_URL
and API_KEY
to match your server.
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build