Socket
Socket
Sign inDemoInstall

lcdp-engine

Package Overview
Dependencies
28
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lcdp-engine

## 业务系统调用 ``` import 'lcdp-engine/dist/css/main.css';


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

核心解析引擎,会打成npm包的形式给业务系统调用

业务系统调用

  import 'lcdp-engine/dist/css/main.css';

// 注册数据
  import { lcdpApi } from 'lcdp-engine';

  //注册调用源对象
  lcdpApi.mount(window);
  // 注册history对象
  lcdpApi.setRefs('history', history);
  // 注册api方法
  lcdpApi.setApis(engineApis);

// 动态组件使用
  import { DynamicPage } from 'lcdp-engine';

  <DynamicPage />

FAQs

Last updated on 26 May 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc