PersonalWebsite:这是我在ASP.NET CORE中实现的多语言网站的完整源代码。 源码
个人网站 这是我在ASP.NET Core中实现的多语言网站的完整源代码 托管:Azure,App Service,美国西部2 实际观看 依存关系 在本地运行 $ docker-compose -f development/docker-compose.yaml up --build $ cd src/PersonalWebsite $ npm install $ npm run serve $ dotnet run 注意:迁移将在启动过程中自动运行。 个人网站/测试 XUnit测试 $ dotnet test 执照 许可证-
文件列表
PersonalWebsite:这是我在ASP.NET CORE中实现的多语言网站的完整源代码。
(预估有个140文件)
Startup.cs
4KB
ContentViewerRepository.cs
7KB
RequiredDataRepository.cs
5KB
ContentEditorRepository.cs
6KB
ContentsController.cs
3KB
HomeController.cs
3KB
ContentsController.cs
5KB
AccountController.cs
3KB
ManageController.cs
5KB
HumanReadableContentRetrievalService.cs
4KB
暂无评论