Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blocklang/std-widget-web
【web】BlockLang 标准库之 Dojo 版 UI 组件
https://github.com/blocklang/std-widget-web
Last synced: 15 days ago
JSON representation
【web】BlockLang 标准库之 Dojo 版 UI 组件
- Host: GitHub
- URL: https://github.com/blocklang/std-widget-web
- Owner: blocklang
- License: mit
- Created: 2019-09-18T13:54:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:50:09.000Z (11 months ago)
- Last Synced: 2024-11-01T07:37:07.879Z (19 days ago)
- Language: TypeScript
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# std-widget-web
[![npm version](https://badge.fury.io/js/std-widget-web.svg)](https://badge.fury.io/js/std-widget-web)
UI 组件 web 版,是 BlockLang 标准库。
注意:**当前仅支持基于类的部件,不支持基于函数的部件**。
## Widgets
* [Page](./src/page/README.md)
## Build
本项目使用 dojo 的 `cli-build-widget` 命令构建。
```sh
dojo build widget --mode dist --target lib# 或
npm run build:widget
```