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 Server 的实时文档 文档。