# start-malagu **Repository Path**: anycodes_admin/start-malagu ## Basic Information - **Project Name**: start-malagu - **Description**: s-malagu 组件的启动项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-29 - **Last Updated**: 2021-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 本项目是基于 [malagu](https://github.com/devsapp/malagu) 组件的启动项目,可以通过 s 工具快速部署基于 malagu 框架开发的应用。 [Malagu](https://github.com/cellbang/malagu) 是基于 TypeScript 的 Serverless First、组件化、平台无关的渐进式应用框架。[malagu 相关介绍](https://www.yuque.com/cellbang/malagu) ## 使用说明 初始化 ```bash s init devsapp/start-malagu ``` 或者查看文档 ```bash cd && s malagu -d ``` 执行测试 ``` cd && s serve ``` 部署应用 ```bash cd && s deploy ```