Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cattle-ui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cattle-ui

一款轻量级、模块化的Web可视化UI组件库(含大屏模块,GIS模块,Admin模块) 👍

  • 0.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

IceDataV

一款轻量级、模块化的Web可视化UI组件库(含大屏模块,GIS模块,Admin模块) 👍

使用文档

  • 在线文档

安装

npm i ice-datav-ui@latest

使用

import { createApp } from "vue";
import App from "./App.vue";
import IceDataV from "ice-datav-ui";
import "ice-datav-ui/lib/theme-default/index.css";

const app = createApp(App);
app.use(IceDataV);
app.mount("#app");

项目文档

贡献者

License

  • MIT
  • Copyright (c) 2019-present hfxtsk.cn

Keywords

FAQs

Package last updated on 09 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc