hdiogenes / ui

Kytos Admin UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kytos/UI

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

How to create a new release

To create a new release file you need to run the command below and during the procedure to create a new release on github you need append the file latest.zip.

# build for production and compress the file as latest.zip
npm run build

After build and upload the file in the github, the Kytos has an endpoint to see the latest release version and download the latest.zip file from github and unpack it in the kytos/web-ui folder.

This update command can be trigger using the kytos-utils command displayed below. If no version is specified the latest version of kytos/ui on github will be used.

# update the kytos web-ui to latest version
$ kytos web update

# update the kytos web-ui to a specific version
$ kytos web update <version>

For detailed explanation on how things work, consult the docs for vue-loader.

About

Kytos Admin UI

License:MIT License


Languages

Language:Vue 64.2%Language:JavaScript 33.4%Language:CSS 2.1%Language:HTML 0.4%