Code Monkey home page Code Monkey logo

lowcode-materials's Introduction

Fusion Materials for LowCode

体验地址/Demo

https://alifd.alicdn.com/npm/@alilc/[email protected]/build/lowcode/index.html

使用/Usage

引用 npm 包/npm

const { material } from '@alilc/lowcode-engine';
const assets = require('@ali/ali-lowcode-materials/dist/assets.json');

// in GeneralWorkbench init
material.setAssets(assets);

直接引用 cdn 文件/CDN

// in GeneralWorkbench init
const assets = await (await fetch(`https://alifd.alicdn.com/npm/@alilc/[email protected]/dist/assets.json`)).json();
material.setAssets(assets);

如何贡献/How-to-contribute

目录结构/Structure

|-lowcode // 组件低代码描述文件
    |-{component-name}
        |-meta.ts // 组件低代码描述协议
        |-meta.design.ts // 【可选】面向设计者的组件低代码描述,移除面向研发的高级配置能力,可做静态搭建和简单的交互
|-src
    |-index.tsx // 组件库导出文件
    |-components // 组件库源码
        |-{component-name}
        |-index.tsx
        |-index.scss
|-build.lowcode.js // 低代码调试和构建使用的配置文件
|-build.json // 源码调试和构建使用的配置文件

常用命令/Commands

低代码/LowCode

npm run lowcode:dev
npm run lowcode:build

源码/ProCode

npm start
npm run build

贡献者/Contributors

  • @荣彬
  • @度城
  • @屹凡
  • @启剑
  • @春希
  • @梧忌
  • @褚天
  • @莫夭
  • @金禅

lowcode-materials's People

Contributors

alibaba-oss avatar jinchanz avatar leoyuan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.