ca-comp-footer
v1.0.0
Published
basic react component
Downloads
3
Readme
ca-comp-footer
API
| 属性 | 说明 | 类型 | 默认值 | | ---- | ---- | ---- | ---- | | | | | |
Example
import React from 'react';
import { render } from 'react-dom';
import Footer from 'ca-comp-footer';
render(
<Footer />,
document.getElementById('app')
);
Develop
$ npm run start
Publish
$ cd ../.. // 返回项目根目录,通过 `lerna` 来构建与发布
$ npm run build
$ npm publish