New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wumin/duxui

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

@wumin/duxui

得物数据平台Vue3 组件库

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

DuxUI

npm version Build Status Coverage Status license

得物数据平台 Vue3 组件库

构建版本

  • es duxui.es.js
  • umd duxui.umd.js

安装使用

import { createApp } from "vue";
import App from "./App.vue";
import { Button, RemoteSelect, MonacoEditor } from "@wumin/duxui";
import "@wumin/duxui/dist/style.css";
createApp(App).use(Button).use(RemoteSelect).use(MonacoEditor).mount("#app");

⌨️ 本地开发

你可以使用 Gitpod 进行在线开发:

Open in Gitpod

或者克隆到本地开发:

$ git clone https://github.com/wumin/duxui.git
$ cd duxui
$ npm install
$ npm run dev

开源协议

本项目基于 MIT 协议

Keywords

duxui

FAQs

Package last updated on 07 Jul 2021

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