trunghlt / cape-frontend

This package provides a management UI for Cape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cape-frontend

This package provides a management UI for Cape and the API documentation.

Frontend demo is here (only works if you already launched a Backend).

Modifying the frontend

To make changes to the frontend (mainly done with node.js and vue.js) :

  • Make your changes in /deployment/source directory
  • Download the image to build the frontend : docker pull bloomsburyai/npm-cape-frontend
  • Build the modified frontend by running the image and mounting the input and output folders from the docker host : docker run --rm -ti -v $(pwd)/deployment:/mnt-input/ $(pwd)/cape_frontend/static:/mnt-output/ bloomsburyai/npm-cape-frontend

About

This package provides a management UI for Cape

License:Apache License 2.0


Languages

Language:JavaScript 80.8%Language:Vue 8.4%Language:Python 8.3%Language:CSS 2.2%Language:HTML 0.2%Language:Shell 0.0%Language:Ruby 0.0%Language:Vim Script 0.0%Language:Dockerfile 0.0%