Skip to content

基于 Vue 2.x 开发的高质量桌面端UI组件库,作为首个提供航天工程类UI组件库,该组件库不仅可满足常规项目组件使用需求,同时还包含了一些航天测运控方向显示组件,目前已经可满足轨道根数、预报、星下点等显示需求。

License

Notifications You must be signed in to change notification settings

Space-Huntsman/KarmanUI

Repository files navigation

A Vue.js 2.0 UI Toolkit for Web.

Karman will stay with Vue 2.x

Install

npm install karman-ui -S

Quick Start

import Vue from 'vue'
import Karman from 'karman-ui'
//import default css  
import 'karman-ui/theme/default/';

Vue.use(Karman)

// or
import {
  Select,
  Button
  // ...
} from 'karman-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

BSD

About

基于 Vue 2.x 开发的高质量桌面端UI组件库,作为首个提供航天工程类UI组件库,该组件库不仅可满足常规项目组件使用需求,同时还包含了一些航天测运控方向显示组件,目前已经可满足轨道根数、预报、星下点等显示需求。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published