1.0.3 • Published 2 years ago

@meichuang/mc_mask v1.0.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

Install

npm i @meichuang/mc_mask

React Compontent 开发规约

组件通过内容分发实现值传递,尽量避免props传递。

目录结构

目录规范: ├── dist # 编译过的源码,npm发布目录 ├── examples # 编译过的源码,npm发布目录 │ ├── src │ │ ├── index.html │ │ ├── index.js ├── src # 组件源码 │ ├── assets │ │ ├── index.less │ ├── index.js │ ├── .babelrc │ ├── .editorconfig │ ├── .gitignore │ ├── HISTORY.md # 版本历史相关 │ ├── LICENSE # 版权申明 │ ├── README.md │ ├── package.json │ ├── webpack.config # 项目开发demo的时候 需要用到的webpack