Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

xvaara/wgadmin

Repository files navigation

webgui-admin

New admin interface for WebGUI CMS

Dev Setup

Install node modules and start webgui in docker

# install dependencies
npm install

# start webgui
docker run -i -p 80:80 -t scrottie/webgui8:latest

add the js to a style template

<script src="http://localhost:8080/_assets/app.js"></script>

Start the development server

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

Building dist files

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Test for a new admin interface for WebGUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors