Skip to content

yhdeng/foxpage

 
 

Repository files navigation

Foxpage logo

Low-code, made simple and fast

Try live demo


Node Version Typescript Version Yarn Version

Foxpage is a lightweight front-end low-code framework.

Features

  • 🖥️ Visualization. Provides visual page editing, what you see is what you get.
  • 🏷️ Componentized. Provide a relatively complete component production process and componentization scheme, and the production of pages starts with the production of components.
  • 📋 Scalable. Strong scalability both at the technical level and at the business level.
  • 🌍 Globalization. Provide a set of international content management solutions.
  • 📡 Platform. Provides an online cooperation platform for developers, editors, operations, etc.

Project

<Project Root>
  ├── packages
  |   ├─foxpage-admin                // foxpage portal
  │   ├─foxpage-server               // foxpage server
  │   ├─foxpage-server-types         // foxpage types
  │   ├─foxpage-plugin-aws-s3        // foxpage aws s3 plugin
  │   ├─foxpage-plugin-ares          // foxpage ares plugin
  │   ├─foxpage-plugin-unpkg         // foxpage unpkg plugin

Getting Started

Read the Getting Started tutorial or follow the steps below:

⏳ Installation

yarn boot
Start Server
npm run start-server:prod

# after server start, run install script to init data
npm run init-server:prod
Start Portal
npm run start-admin:prod

🖐 Requirements

Node:

  • NodeJS >= 14.15.1 <= 16.x
  • NPM >= 6.14.x

Database:

  • MongoDB >= 5.0.2
  • Mongoose >= 5.12.14

We recommend always using the latest version of Foxpage to start your new projects.

Contributing

Please read our Contributing Guide before submitting a Pull Request to the project.

Community support

For general help using Foxpage, please refer to the official Foxpage documentation. For additional help, you can use one of these channels to ask a question:

  • GitHub (Bug reports, Contributions)

Documentation

See our documentation live Docs for the Foxpage Server.

Try live demo

See for yourself what's under the hood by getting access to a Foxpage project with sample data.

License

See the LICENSE file for licensing information.

About

Foxpage portal, server apis and plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Other 1.7%