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

hfxtsk-datav

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hfxtsk-datav

一款轻量级、模块化基于 VUE3 的 H5 前端 UI 组件库 👍

  • 1.0.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

MINEH5UI

一款轻量级、模块化基于 VUE3 的 H5 前端 UI 组件库 👍

mineh5ui

使用文档

安装

npm i mine-h5-ui@latest

使用

import { createApp } from "vue";
import App from "./App.vue";
import MINEH5UI from "mine-h5-ui";
import "mine-h5-ui/lib/theme-default/index.css";

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

项目文档

贡献者

License

  • MIT
  • Copyright (c) 2020-present biaov

Keywords

FAQs

Package last updated on 15 Feb 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