Skip to content

kopsAdmin is a Kubernetes resource management platform that is suitable for learning web development technologies such as Vue.js and Go.

License

Notifications You must be signed in to change notification settings

cilliandevops/kopsAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kops Logo

kopsAdmin

English | 中文

kopsAdmin Introduction

kopsAdmin is a Kubernetes resource management platform that is suitable for learning web development technologies such as Vue.js and Go. We are looking for like-minded individuals to join us in the development of Kops and expand its services to a wider community of cloud-native enthusiasts. Together, let's make Kops an even more powerful tool for managing Kubernetes!

Document

  • Documentation: link

Online preview

  • coding

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint

Feature Showcase Page

Alt text

Alt text

Alt text

Alt text

Alt text

Git commit specification reference

  • feat add new functions
  • fix Fix issues/bugs
  • perf Optimize performance
  • style Change the code style without affecting the running result
  • refactor Re-factor code
  • revert Undo changes
  • test Test related, does not involve changes to business code
  • docs Documentation and Annotation
  • chore Updating dependencies/modifying scaffolding configuration, etc.
  • workflow Work flow Improvements
  • ci CICD
  • types Type definition
  • wip In development

Thanks

Gaining recognition for small projects can be challenging. If you find value in this project, please consider showing your support with a star. Your encouragement is the key motivation for the author to maintain the project regularly. And just a little reminder: it's completely free to give a star!

Contact Information

License

MIT License

Copyright (c) 2023-present cilliandevops

About

kopsAdmin is a Kubernetes resource management platform that is suitable for learning web development technologies such as Vue.js and Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published