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

tinyjs-plugin-eui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyjs-plugin-eui

The Tiny.js plugin

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

tinyjs-plugin-eui

UI界面库

查看demo

demo/index.html

引用方法

  • 推荐作为依赖使用

    • npm install tinyjs-plugin-eui --save
  • 也可以直接引用线上cdn地址,注意要使用最新的版本号,例如:

    • https://a.alipayobjects.com/g/tiny-plugins/tinyjs-plugin-eui/0.0.1/index.js
    • https://a.alipayobjects.com/g/tiny-plugins/tinyjs-plugin-eui/0.0.1/index.debug.js

起步

首先当然是要引入,推荐NPM方式,当然你也可以使用CDN或下载独立版本,先从几个例子入手吧!

1、最简单的例子

引用 Tiny.js 源码

<script src="https://a.alipayobjects.com/g/tiny/tiny/1.0.2/tiny.js"></script>
var Eui = require('tinyjs-plugin-eui');
// 或者
// import Eui from 'tinyjs-plugin-eui';

依赖

Keywords

tinyjs

FAQs

Package last updated on 11 Aug 2017

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