Foxpage 组件框架
Foxpage 是一个轻量级的低代码前端框架。
Foxpage 组件框架是一个前端框架,用于组件化和集成组件开发、构建和发布流程。
English | 简体中文
入门
阅读 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 服务器的实时文档 文档。