New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@licfe/lingjing-materials

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

@licfe/lingjing-materials

lingjing-materials

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

lingjing-materials

一个面向PC的大包业务组件库

安装依赖

npm install

调试

npm start             # 打开开发环境,运行所有组件
npm start <compName>  # 打开开发环境,运行特定组件(更快)

启动 lowcode 环境进行调试预览

npm run lowcode:dev

构建

npm run build

构建低代码产物

npm run lowcode:build 

merge到平台物料资产包

打包完成后 会生成 lowcode/assets-prod.json lowcode/assets-dev.json lowcode/assets-daily.json文件 这就是我们组件库的资产包数据。

{
  packages: [{
    package,
    version,
    library,
    urls,
    editUrls
  }], // 组件的资源
  components:[] // 对应组件的低代码描述
}

但是打包完的资产包里面的资源是unpkg的资源 假如不发布到公网的话就需要替代方案 需要把当前组件库资产包和平台的资产包merge

Keywords

FAQs

Package last updated on 31 May 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc