Go to file
吴多益 40e9ef2887
deps: 更新 echarts、monaco-editor、match-sorter、mpegts 版本 (#2611)
* deps: 更新 echarts、monaco-editor、match-sorter、mpegts 版本

* 修复 warning
2021-09-24 13:30:16 +08:00
__mocks__ 更新 snapshot 2020-05-11 16:55:18 +08:00
__tests__ chore: 自动补的 input[type=submit] 放到开头, 影响原有 last-child 的 css 样式 (#2601) 2021-09-23 13:28:30 +08:00
.github pr 也检查 build schema 和生成 d.ts 2021-09-24 13:18:26 +08:00
.husky chore: 更新 echarts 到 5.2.0 (#2488) 2021-09-01 19:04:39 +08:00
.vscode docs: 将 cfc 的 mock 接口放到项目中支持文档离线访问;将大部分图片外联都放入项目中管理 (#2366) 2021-08-09 18:05:01 +08:00
docs/zh-CN docs: page 加上 title 的说明 2021-09-24 13:27:25 +08:00
examples deps: 更新 echarts、monaco-editor、match-sorter、mpegts 版本 (#2611) 2021-09-24 13:30:16 +08:00
mock chore: fix cfc pack 2021-09-18 12:42:58 +08:00
scripts deps: 更新部分第三方库依赖到最新版本 (#2543) 2021-09-13 10:30:30 +08:00
scss chore: toast 默认放中间 (#2608) 2021-09-24 11:22:46 +08:00
src deps: 更新 echarts、monaco-editor、match-sorter、mpegts 版本 (#2611) 2021-09-24 13:30:16 +08:00
types ts 编译报错问题处理 (#2612) 2021-09-24 13:20:27 +08:00
.dockerignore Update .dockerignore 2021-07-09 11:25:30 +08:00
.editorconfig prettierrc 配置调整 2019-11-07 10:41:14 +08:00
.gitattributes chore: 避免 ttf 被当成文本 2021-08-09 20:00:55 +08:00
.gitignore docs: 修复官网在 IE11 下打不开问题 (#2602) 2021-09-23 12:34:34 +08:00
.npmignore 保留 信息 2020-10-27 22:58:30 +08:00
.prettierrc 翻译基于 key 而不是中文,方便以后其他语言扩展 (#1416) 2021-01-21 18:13:04 +08:00
.travis.yml ECharts 编辑器初始 2020-10-29 19:52:25 +08:00
build.sh ts 编译报错问题处理 (#2612) 2021-09-24 13:20:27 +08:00
deploy-gh-pages.sh Update deploy-gh-pages.sh 2021-08-16 16:58:05 +08:00
deploy-npm-beta.sh 把 beta 改成内部版本 2020-10-26 20:05:51 +08:00
Dockerfile Update Dockerfile 2021-07-09 11:38:20 +08:00
fis-conf.js docs: 修复官网在 IE11 下打不开问题 (#2602) 2021-09-23 12:34:34 +08:00
LICENSE Update LICENSE 2020-12-10 11:24:40 +08:00
package.json deps: 更新 echarts、monaco-editor、match-sorter、mpegts 版本 (#2611) 2021-09-24 13:30:16 +08:00
postcss.config.js SCSS 基于 CSS custom properties 重构,支持通过配置来控制展现风格 (#1190) 2020-12-21 10:08:40 +08:00
publish.sh 发布脚本 2021-09-03 10:55:16 +08:00
README-en.md 优化一下文档,对新人更友好 2020-06-08 18:11:26 +08:00
README.md docs: 修改爱速搭地址 2021-08-27 11:23:46 +08:00
SECURITY.md Create SECURITY.md 2021-05-12 13:05:19 +08:00
tsconfig-for-declaration.json ts 编译报错问题处理 (#2612) 2021-09-24 13:20:27 +08:00
tsconfig.json ts 编译报错问题处理 (#2612) 2021-09-24 13:20:27 +08:00

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

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 只能实现前端低代码,如果需要完整的低代码平台推荐使用爱速搭