16_devcamp-js-footer 中文文档教程
Devcamp JS Footer
这应该以下列方式
使用 使用命令安装:
npm install --save devcamp-js-footer
使用以下代码添加到 JavaScrip 项目:
import { footer } from 'devcamp-js-footer';
footer('Some Name');
Devcamp JS Footer
This should be used in the following manner
Install with the command:
npm install --save devcamp-js-footer
Add to a JavaScrip Project with the following code:
import { footer } from 'devcamp-js-footer';
footer('Some Name');