forked from MonkSoul/Furion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.zh-CN.md
41 lines (25 loc) · 1.28 KB
/
README.zh-CN.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
**中** | [En](https://github.com/MonkSoul/Furion)
# 先知
一个应用程序框架,您可以将它集成到任何 .NET/C# 应用程序中。
## 安装
```powershell
dotnet add package Furion
```
## 例子
我们在 [主页](https://furion.baiqian.ltd) 上有不少例子,这是让您入门的第一个:
```cs
Serve.Run();
[DynamicApiController]
public class HelloService
{
public string Say() => "Hello, Furion";
}
```
打开浏览器访问 `https://localhost:5001` 或 `http://localhost:5000`。
## 文档
您可以在 [主页](https://furion.baiqian.ltd) 或 [备份主页](https://furion.icu) 找到 [Furion](https://gitee.com/dotnetchina/Furion) 文档。
## 贡献
该存储库的主要目的是继续发展 [Furion](https://gitee.com/dotnetchina/Furion) 核心,使其更快、更易于使用。 [Furion](https://gitee.com/dotnetchina/Furion) 的开发在 [Gitee](https://gitee.com/dotnetchina/Furion) 上公开进行,我们感谢社区贡献错误修复和改进。
阅读 [贡献指南](https://furion.baiqian.ltd/docs/contribute) 内容,了解如何参与改进 [Furion](https://gitee.com/dotnetchina/Furion)。
## 许可证
[Furion](https://gitee.com/dotnetchina/Furion) 采用 [MIT](https://gitee.com/dotnetchina/Furion/blob/v4/LICENSE.zh-CN) 开源许可证。