增加快速拥有

This commit is contained in:
大石头 2025-07-11 02:33:10 +08:00
parent 079fbfa32e
commit f73484188a
1 changed files with 25 additions and 0 deletions

View File

@ -29,6 +29,31 @@
3. Zero.Console。控制台项目模版
4. Zero.Server。网络服务器项目模版
## 快速拥有
使用NewLife组件的最简便方式是从Nuget引用例如在项目Nuget管理中搜索`NewLife.Cube.Core` 并引入。
NewLife组件由社区共创20多年使用MIT开源协议**任何人可任意修改并再次发行**(无需声明来源)!许多企业基于此构建内部开发框架时,甚至可通过批量替换源码中所有`NewLife`字符串为贵公司名实现私有化定制。
团队始终秉承开放态度不仅支持VisualStudio最新正式版打开解决方案编译也兼容`dotnet build`命令行编译,项目文件摒弃复杂功能以追求简单易用,真正做到开箱即用。
我们公开强命名证书`newlife.snk`以支持独自编译替换程序集。
命令行中运行以下命令快速体验NewLife组件
```
dotnet new install NewLife.Templates
dotnet new cube --name CubeWeb
dotnet new xcode --name Zero.Data
cd CubeWeb
dotnet build
start http://localhost:6080
dotnet run
```
## 新生命项目矩阵
各项目默认支持net9.0/netstandard2.1/netstandard2.0/net4.62/net4.5旧版2024.0801支持net4.0/net2.0