write_javascript_jdk

This is an old revision of the document!


Write a JavaScript SDK

.
├── dist
├── src
│   ├── core // 核心代码
│   ├── modules // 模块
│   │   ├── a // 单个模块,里面写接口
│   │   ├── b
│   │   └── index.js
│   ├── platform // 平台
│   │   ├── h5 // h5
│   │   └── zfb // 支付宝小程序
│   ├── index.ts  // h5入口
│   └── index.zfb.ts // 支付宝小程序入口
├── package.json
├── README.md
└── rollup.config.js // rollup配置

Documented with Vite Press.

Test with jest.

Typescript Configuration.

  • write_javascript_jdk.1735211402.txt.gz
  • Last modified: 2024/12/26 11:10
  • by lingao