Foxpage 组件框架
Foxpage 是一个轻量级的前端低代码框架。
Foxpage 组件框架是一个前端框架,用于组件化以及组件开发、构建和发布流程的集成。
英文 | 简体中文
入门
阅读 FoxPage 教程
项目
<Project Root>
├── packages
| ├─ eslint-config-foxpage-component // eslint config
| ├─ foxpage-component-babel-preset // babel config
| ├─ foxpage-component-jest-preset // jest config
| ├─ foxpage-component-storybook-addon // storybook addon
| ├─ foxpage-component-storybook-preset // storybook preset
| ├─ foxpage-component-webpack // webpack config
| ├─ foxpage-component-context // runtime context, data store
| ├─ foxpage-component-editor-context // editor runtime context, data store
| ├─ foxpage-component-editor-storybook-addon // storybook addon for editor
| ├─ foxpage-component-editor-widgets // editor widgets
| ├─ foxpage-component-shared // common js
⏳ 安装
- (使用 **yarn** 安装 Foxpage (推荐)。 使用这些文档安装 yarn.)
$ yarn boot
$ lerna run build
启动
$ yarn start
贡献
在向项目提交 Pull Request 之前,请阅读我们的 贡献指南。
文档
查看我们的 Foxpage 服务器的实时文档 文档。