Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Filebrowser | 19,703 | 9 | 5 days ago | 108 | July 18, 2022 | 73 | apache-2.0 | Go | ||
📂 Web File Browser | ||||||||||
Vuido | 6,088 | 4 | 1 | 6 months ago | 5 | August 20, 2018 | 28 | mit | JavaScript | |
Native desktop applications using Vue.js. | ||||||||||
Scrcpy Gui | 2,722 | 10 months ago | 67 | gpl-3.0 | JavaScript | |||||
👻 A simple & beautiful GUI application for scrcpy. QQ群:734330215 | ||||||||||
Vuegg | 2,237 | 8 months ago | 26 | mit | JavaScript | |||||
:hatching_chick: vue GUI generator | ||||||||||
Anubias | 1,700 | a day ago | 1 | gpl-3.0 | Vue | |||||
Develope mobile apps so easy and native with GUI | ||||||||||
Guijs | 1,230 | 2 | 4 months ago | 16 | March 04, 2020 | 75 | mit | Vue | ||
🐣️ The app that makes your #devlife easier. | ||||||||||
Elasticvue | 1,109 | 9 days ago | 23 | mit | Vue | |||||
Elasticsearch gui for the browser | ||||||||||
Vue Nodegui | 767 | 5 months ago | 5 | December 20, 2020 | 51 | mit | TypeScript | |||
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀 | ||||||||||
Social Amnesia | 758 | 6 months ago | 37 | gpl-3.0 | Python | |||||
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago. | ||||||||||
Sshfs Win Manager | 711 | 4 months ago | 56 | mit | Vue | |||||
A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win) |
This is the source code for the Kuma GUI. It's proudly built on Vue.js and leverages the Kongponents component library.
When running Kuma itself, the GUI is automatically served on port :5681
and is accessible in your browser at http://localhost:5681/gui
. If you would like to run the GUI isolated and in development mode, this repository allows you to do so. This allows you to inspect the Vue.js components with tools like Vue.js devtools, which is available for both Firefox and Google Chrome.
The Kuma GUI documentation provides you with a walkthrough of what the GUI offers.
Kuma is a platform agnostic open-source control plane for Service Mesh and Microservices. It can run and be operated natively across both Kubernetes and VM environments, making it easy to adopt by every team in the organization.
Bundling Envoy as a data-plane, Kuma can instrument any L4/L7 traffic to secure, observe, route and enhance connectivity between any service or database. It can be used natively in Kubernetes via CRDs or via a RESTful API across other environments like VMs and Bare Metal.
While being simple to use for most use-cases, Kuma also provides policies to configure the underlying Envoy data-planes in a more fine-grained manner. By doing so, Kuma can be used by both first-time users of Service Mesh, as well as the most experienced ones.
Built by Envoy contributors at Kong 🦍.
Need help? Installing and using Kuma should be as easy as possible. Contact and chat with the community in real-time if you get stuck or need clarifications. We are here to help.
Installation | Documentation | Slack Chat | Community | Blog | Kong
yarn install
yarn run dev
yarn run build
yarn run lint
yarn test
Kuma is under active development and production-ready.
See Developer Guide for further details.
Copyright 2020 the Kuma Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.