Coder Social home page Coder Social logo

zonghuaj / amis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from baidu/amis

0.0 0.0 0.0 120.68 MB

前端低代码框架,通过 JSON 配置就能生成各种页面。

Home Page: https://aisuda.bce.baidu.com/amis/

License: Apache License 2.0

Shell 0.06% JavaScript 12.71% Python 0.01% TypeScript 71.77% SCSS 15.45%

amis's Introduction

QQ 群: 1147750223(已满) | QQ 群2: 651547026 | 如流群:3395342(已满)| 如流群2:5511067|

build license version language codecov last

前端低代码框架,通过 JSON 配置就能生成各种后台页面,极大减少开发成本,甚至可以不需要了解前端。

开发指南

以下是参与开发 amis 才需要看的,使用请看前面的文档。

如果 github 下载慢可以使用 gitee 上的镜像。

推荐使用 node 12/14/16。npm 7+, 因为用到了 workspaces 功能。

# 安装项目 npm 依赖,在 node 12 下会有报错但不影响正常使用。
npm i --legacy-peer-deps

# 因为需要 require 一个 formula/lib/doc.md 文件,所以需要先生成一下
npm run build --workspace amis-formula

# 启动项目,等编译结束后通过 http://127.0.0.1:8888/examples/pages/simple 访问。
npm start

测试

# 安装依赖
npm i --legacy-peer-deps

# 执行构建
npm run build

# 执行测试用例
npm test --workspaces

# 查看测试用例覆盖率
npm run coverage

# 更新 snapshot
npm run update-snapshot

发布版本

# 先通过一下命令设置版本号
npm run version

# 如果是 beta 版本使用如下命令
# npm run version -- 2.0.1-beta.0 --no-git-tag-version

# 发布内部 registry
npm run publish-to-internal

# 发布外网环境
npm run release

如何贡献

请使用分支开发,首先创建分支

git checkout -b feat-xxx

开发提交后使用 git push --set-upstream origin feat-xxx 创建远程分支。

然后通过系统提示的 https://github.com/xxx/amis/pull/new/feat-xxx 链接来提交 PR。

请采用 typescript 编写,所有合理的改动、新的公用渲染器、用例或者文档的提交都会被接收。

贡献者

低代码平台

amis 只能实现前端低代码,如果需要完整的低代码平台推荐使用爱速搭

amis's People

Contributors

2betop avatar rickcole21 avatar nwind avatar catchonme avatar lurunze1226 avatar hsm-lv avatar allenve avatar simdd avatar qkiroc avatar wibetter avatar meerkat-morecats avatar sqzhou avatar pianruijie avatar jiatianqi avatar yangwei9012 avatar hy993658052 avatar pcdqc avatar z1769057083 avatar tooeast avatar css-master avatar iceqing avatar dulinrain avatar akikonata avatar charescape avatar chengxi9 avatar gooolh avatar ucasliyuan avatar zhyc9de avatar kate605690919 avatar zhangtao07 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.