Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/note-miniprogram
https://github.com/mefengl/note-miniprogram
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/note-miniprogram
- Owner: mefengl
- License: mit
- Created: 2023-07-13T05:42:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T05:46:02.000Z (over 1 year ago)
- Last Synced: 2024-10-30T10:15:39.571Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# note-miniprogram
## 获取可以直接使用的小程序构建产物
以`tdesign`为例,获取`tdesign`的小程序构建产物,可以直接使用。
```shell
npm i tdesign-miniprogram -S --production
```微信开发者工具里,菜单栏:工具 -> 构建 npm
miniprogram_npm 目录下的同名目录,即为构建产物。
> 可以看到同时还有`dayjs`的构建产物,不用管,因为`tdesign-miniprogram`目录中同样包含`dayjs`的构建产物。