4p 中文文档教程
4p ·
在发布之前在 node_modules 中测试你的包。
Installation
npm install 4p
Usage Example
测试 packages/react-someplugins
{
"scripts": {
"4p": "4p packages/my-plugin"
}
}
然后,
require('my-plugin');
4p ·
Test your package in node_modules before publish.
Installation
npm install 4p
Usage Example
test packages/react-someplugins
{
"scripts": {
"4p": "4p packages/my-plugin"
}
}
then,
require('my-plugin');
更多
你可能也喜欢
- 2muchcoffee-react-scripts 中文文档教程
- @0devco/crabs 中文文档教程
- @0x-lerna-fork/child-process 中文文档教程
- @0x6b/textlint-rule-normalize-whitespaces 中文文档教程
- @36node/catcm-livedata-core-sdk 中文文档教程
- @42technologies/netsuite-js 中文文档教程
- @4geit/rct-unlink-all 中文文档教程
- @555platform/protektor 中文文档教程
- @_nu/react-select 中文文档教程
- @aaronellington/npm-style-config 中文文档教程