All Projects → kumahq → kuma-gui

kumahq / kuma-gui

Licence: Apache-2.0 license
🐻 A GUI built on Vue.js for use with Kuma.

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to kuma-gui

meshery-kuma
Meshery Adapter for Kuma
Stars: ✭ 35 (+2.94%)
Mutual labels:  kong, kuma
Kuma
🐻 The Universal Service Mesh. CNCF Sandbox Project.
Stars: ✭ 2,516 (+7300%)
Mutual labels:  kong, kuma
intellij-tailwind-css
Tailwind IntelliJ Plugin Tailwind Cheat Sheet
Stars: ✭ 49 (+44.12%)
Mutual labels:  tailwindcss
vue-dev-template
[deprecated] Vue.js development template.
Stars: ✭ 22 (-35.29%)
Mutual labels:  vue-cli
tailwind-twitter-clone
Twitter UI Clone built during a live stream.
Stars: ✭ 19 (-44.12%)
Mutual labels:  tailwindcss
vue-cli-easy
this is a vue development environment。
Stars: ✭ 30 (-11.76%)
Mutual labels:  vue-cli
kong-java-client
Java Client for Kong API Gateway configuration
Stars: ✭ 69 (+102.94%)
Mutual labels:  kong
awesome-vue-boilerplate
😍 Awesome Vue Boilerplate 🥳 Vue 🥰 Vuex, vuex-pathify 🤗 element-ui 🤲 tailwindcss
Stars: ✭ 60 (+76.47%)
Mutual labels:  tailwindcss
pro-writer
Minimal yet Pro Writer 🚀
Stars: ✭ 22 (-35.29%)
Mutual labels:  tailwindcss
create-next-pwa
⚡️ Set up Next.js Progressive Web App with `npx create-next-pwa`
Stars: ✭ 59 (+73.53%)
Mutual labels:  tailwindcss
hyperui
Free open source Tailwind CSS components 🐳
Stars: ✭ 2,443 (+7085.29%)
Mutual labels:  tailwindcss
tailwind-color-alpha
Automatic alpha variants for your Tailwind CSS colors based on your opacity config
Stars: ✭ 21 (-38.24%)
Mutual labels:  tailwindcss
advanced-woocommerce-theme
🛍️ Advanced WooCommerce Theme
Stars: ✭ 50 (+47.06%)
Mutual labels:  tailwindcss
tailwindcss-breakpoint-detector
A package to display TailwindCSS breakpoints on the fly.
Stars: ✭ 66 (+94.12%)
Mutual labels:  tailwindcss
personal-dashboard
Personal Dashboard for my services
Stars: ✭ 98 (+188.24%)
Mutual labels:  tailwindcss
ts-nextjs-tailwind-starter
🔋 Next.js + Tailwind CSS + TypeScript starter packed with useful development features
Stars: ✭ 880 (+2488.24%)
Mutual labels:  tailwindcss
schier.co
🏡 My personal website and blog powered by Go, Tailwind, Postgres
Stars: ✭ 19 (-44.12%)
Mutual labels:  tailwindcss
vue-cli-plugin-pages
vue-cli 3 plugin to build multi-page application
Stars: ✭ 12 (-64.71%)
Mutual labels:  vue-cli
vue-cli3-lerna-ui
基于VUE CLI 3 & Lerna的UI框架设计
Stars: ✭ 73 (+114.71%)
Mutual labels:  vue-cli
website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (-50%)
Mutual labels:  tailwindcss

CircleCI License Slack Twitter

Kuma GUI

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.

What is Kuma?

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

Getting up and running

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Development

Kuma is under active development and production-ready.

See Developer Guide for further details.

License

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].