steedos-project-package
Installation
SKILL.md
Steedos Project & Package Format | Steedos 项目与软件包格式
Overview | 概述
A project is a Node.js/TypeScript workspace that runs the Steedos platform. A package is a self-contained, reusable module within the project containing objects, business logic, and UI components.
项目是运行 Steedos 平台的 Node.js 工作区。软件包是项目内独立的可复用模块。
Technology Stack | 技术栈
- Platform: Steedos (华炎魔方) - Enterprise Low-Code Platform
- Backend: Node.js + TypeScript + Moleculer microservices
- Frontend: React + Amis (Baidu low-code UI framework)
- Metadata: YAML files (.object.yml, .trigger.yml, .function.yml, etc.)
- Databases: MongoDB (metadata), PostgreSQL/MySQL (business data)
- Package Manager: Yarn
Related skills