@abstractapi/javascript-core 中文文档教程
AbstractAPI javascript-core library
用于使用 抽象 API 的纯 JS 库。 这是核心库,具有其他库使用的一些共享逻辑和功能。
See other
要使用和维护此库,请参见以下内容:
NPM
Installation
在命令行中运行 npm install
安装依赖项。 要更新这些依赖项,您需要运行 npm update
。
Building
要构建库并在 dist 目录中生成缩小文件,您需要运行 npm run build
。
要构建库,您需要运行 npm run build:lib
。
Test
要运行测试套件,您需要运行:npm run test
。
AbstractAPI javascript-core library
Pure JS library for using Abstract API. This is core library that has some shared logic and functions used by other libraries.
See other
To use and maintain this library, please see the following:
NPM
Installation
Run npm install
in the command line to install the dependencies. To update those dependencies you need to run npm update
.
Building
To build the library and generate the minified file in the dist directory, you need to run npm run build
.
To build the lib, you need to run npm run build:lib
.
Test
To run the test suite, you need to run: npm run test
.