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

mtui

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mtui

webpack and gulp for react

latest
npmnpm
Version
2.4.61
Version published
Maintainers
1
Created
Source

MTUI2.0 UI React

demo地址:mtui components build with React.

基于 React 封装的 Web 组件库。

npm地址:npm [Node V6.9.5] [React V15+]

使用

npm安装使用

  • 安装使用
    npm install mtui
    

  import 'mtui/style.css';
  import {DatePicker} from 'mtui/index';

  ReactDOM.render(<DatePicker format="yyyy-mm-dd"/>, mountNode);

开发及构建

目录结构

├── package.json
├── build         # 生成目录
├── dev           # 源文件目录 
├── dev/mtui      # 组件库目录 
└── lib           # npm 包构建目录

开发

使用之前先安装相关依赖:

npm install webpack -g
npm install
  • 开发
    npm start
    
  • 构建
    npm run build
    

Keywords

mtui

FAQs

Package last updated on 06 Jan 2018

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