@2s/typed 中文文档教程

发布于 5年前 浏览 21 更新于 3年前

TSDX Bootstrap

这个项目是用 TSDX 引导的。

Local Development

以下是您可能会发现有用的命令列表。

npm start or yarn start

在开发/观察模式下运行项目。 您的项目将根据更改重建。 TSDX 有一个特殊的记录器,为您提供方便。 错误消息被漂亮地打印和格式化以兼容 VS Code 的问题选项卡。

如果您进行编辑,您的库将被重建。

npm run build or yarn build

将包捆绑到 dist 文件夹。 该包经过优化并与 Rollup 捆绑成多种格式(CommonJS、UMD 和 ES 模块)。

npm test or yarn test

以交互模式运行测试观察器 (Jest) . 默认情况下,运行与自上次提交以来更改的文件相关的测试。

TSDX Bootstrap

This project was bootstrapped with TSDX.

Local Development

Below is a list of commands you will probably find useful.

npm start or yarn start

Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab.

Your library will be rebuilt if you make edits.

npm run build or yarn build

Bundles the package to the dist folder. The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).

npm test or yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.

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