mc-design-test
v1.0.0
Published
mc-design
Downloads
2
Readme
这是一个 React Hooks 的组件库
usage
yarn add mc-design
# or
# npm install mc-design
import { components } from 'cos-design';
Start a dev process
yarn start
# or
# npm start
Build production bundle
yarn build
# or
# npm run build
Build production module
yarn build:module
# or
# npm run build:module