New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

std-ide-widget

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

std-ide-widget

[![npm version](https://badge.fury.io/js/std-ide-widget.svg)](https://badge.fury.io/js/std-ide-widget)

latest
Source
npmnpm
Version
0.0.3-alpha.21
Version published
Maintainers
1
Created
Source

std-ide-widget

npm version

IDE 版 UI 组件,是 BlockLang 标准库。

注意:当前仅支持基于类的部件,不支持基于函数的部件

约定

  • 引用 std-widget-web 中的对应组件后,在默认名称后面加上 Base,如:

    import PageBase from 'std-widget-web/Page';
    

Widgets

Build

本项目使用 dojo 的 cli-build-widget 命令构建。

dojo build widget --mode dist --target lib

# 或
npm run build:widget

FAQs

Package last updated on 15 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts