@acastemoreno/first-package 中文文档教程
@acastemoreno/first-package
这是我的第一个包(概念验证)和问候。
Installation
使用 yarn
yarn add @acastemoreno/first-package
使用 npm
npm install @acastemoreno/first-package
Usage
在文件 js
中导入模块
import hello from "@acastemoreno/first-package"; //ESM
const hello = require("@acastemoreno/first-package"); //CommonJS
您将可以使用函数 hello
。
hello("amiguito");
("Hello amiguito");
@acastemoreno/first-package
This is my first package (proof of concept) and greets.
Installation
With yarn
yarn add @acastemoreno/first-package
With npm
npm install @acastemoreno/first-package
Usage
Import the module in your file js
import hello from "@acastemoreno/first-package"; //ESM
const hello = require("@acastemoreno/first-package"); //CommonJS
You will have available the function hello
.
hello("amiguito");
("Hello amiguito");
更多
你可能也喜欢
- 421_lee 中文文档教程
- @0x/sol-tracing-utils 中文文档教程
- @168-cli/webpack-html-standard-template 中文文档教程
- @3beeepb/react-native-keyboard-dismiss 中文文档教程
- @8om.io/ui-components 中文文档教程
- @8select/strulo 中文文档教程
- @aaronschubert0/blocks 中文文档教程
- @abc3971139/imgpre 中文文档教程
- @abhijoseph/newman-reporter-reportportal 中文文档教程
- @abrusca/casteaching 中文文档教程