All Projects → baidu → Amis

baidu / Amis

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

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Amis

tefact
🏭 (Beta) 轻量级无代码/低代码 H5、表单编辑器。Lightweight no-code/low-code editor for website、H5 page and Form. Build your page without code!
Stars: ✭ 244 (-97.27%)
Mutual labels:  low-code, no-code, low-code-development-platform
Brick Design
全场景流式布局,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示,实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态
Stars: ✭ 4,048 (-54.67%)
Mutual labels:  low-code, no-code, lowcode
Budibase
Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
Stars: ✭ 8,071 (-9.62%)
Mutual labels:  low-code, low-code-development-platform, lowcode
elemental-lowcode
Elemental lowcode development platform.
Stars: ✭ 44 (-99.51%)
Mutual labels:  low-code, low-code-development-platform, lowcode
corteza-webapp-compose
cortezaproject.org/
Stars: ✭ 61 (-99.32%)
Mutual labels:  low-code, lowcode
v6.dooring.public
可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
Stars: ✭ 323 (-96.38%)
Mutual labels:  low-code, lowcode
vite-vue3-lowcode
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
Stars: ✭ 1,309 (-85.34%)
Mutual labels:  low-code, lowcode
badaso
The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !
Stars: ✭ 650 (-92.72%)
Mutual labels:  low-code, no-code
sheetful
The sheetiest REST API on the block.
Stars: ✭ 65 (-99.27%)
Mutual labels:  low-code, no-code
awesome-lowcode
A collection of Awesome low-code development platform (LCDP).
Stars: ✭ 75 (-99.16%)
Mutual labels:  low-code, no-code
Qmlcore
QML to Javascript/HTML5 translator, both for mobile and desktop targets
Stars: ✭ 258 (-97.11%)
Mutual labels:  frontend, frontend-framework
Awesome Lowcode
国内低代码平台从业者交流
Stars: ✭ 7,099 (-20.5%)
Mutual labels:  low-code, lowcode
pd
明道云私有部署版 - 快速部署可免费使用的零代码企业应用平台(APaaS)
Stars: ✭ 249 (-97.21%)
Mutual labels:  low-code, no-code
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+223.56%)
Mutual labels:  low-code, no-code
pixiebrix-extension
PixieBrix browser extension
Stars: ✭ 45 (-99.5%)
Mutual labels:  low-code, no-code
appflowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
Stars: ✭ 24,929 (+179.16%)
Mutual labels:  low-code, no-code
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (-14.5%)
Mutual labels:  json, frontend
CoCreateCSS
A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it.
Stars: ✭ 13 (-99.85%)
Mutual labels:  low-code, no-code
citrus
🌈 低代码快速开发脚手架,灵活、高效,降低开发成本
Stars: ✭ 368 (-95.88%)
Mutual labels:  low-code, lowcode
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (-61.34%)
Mutual labels:  frontend, frontend-framework
QQ 群: 1147750223(已满) | QQ 群2: 651547026 | 如流群:3395342(已满)| 如流群2:5511067|

build license version language last

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

开发指南

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

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

推荐使用 node 12/14。

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

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

测试

# 安装依赖
npm i

# 执行测试用例
npm test

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

# 更新 snapshot
npm run update-snapshot

如何贡献

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

git checkout -b feat-xxx

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

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

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

维护者

低代码平台

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].