@wink4339/lce-x6-er-items
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

README

开发常用命令

  • cnpm start 运行所有组件的开发调试环境
  • cnpm start page-header 运行单个组件的开发调试环境
  • cnpm run lowcode:dev 启动低代码开发调试环境
  • cnpm run lowcode:build 构建低代码产物
  • cnpm run build 打包生成 lib/ es/ dist/ build/文件
  • cnpm run materials 生成物料中心需要的入库 JSON 文件
  • cnpm run lint 进行代码检查

源码

编译

node v14.17.0
yarn
windows出现node-sass编译错误,请执行
npm install --global windows-build-tools

执行lowcode:dev 低代码调试环境 (使用nvm node版本管理工具)

  • 先执行编译
node v14.17.0
yarn
  • 须在build.lowcode.js中加入
[
  '@alilc/build-plugin-alt',
  {
    type: 'component',
    inject: true,
    library
  },
]
  • 再次编译
node v16.20.2
yarn add @alilc/build-plugin-alt
  • 执行
yarn run lowcode:dev 

Readme

Keywords

Package Sidebar

Install

npm i @wink4339/lce-x6-er-items

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

9.94 MB

Total Files

87

Last publish

Collaborators

  • wink4339