@acastemoreno/first-package 中文文档教程

发布于 4年前 浏览 15 项目主页 更新于 3年前

@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");
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文