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

monk-components

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

monk-components

### 提供一个业务组件库在编辑器和 H5 页面中都可以使用 该组件包导出两种格式的模块,供不同情况下使用

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Monk 业务组件库

提供一个业务组件库在编辑器和 H5 页面中都可以使用

该组件包导出两种格式的模块,供不同情况下使用

  // umd 格式
  "main": "dist/monk-components.umd.js",
  // es modules 格式
  "module": "dist/monk-components.esm.js",

安装和使用

// 安装
npm install monk-components --save
import Monk from 'monk-components'
// 加载样式
import 'monk-components/dist/monk-components.css'

const app = createApp(App)
app.use(Monk)

app.mount('#app')

Keywords

Component

FAQs

Package last updated on 27 Jan 2023

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