文件名称:角点网样本
文件大小:1.03MB
文件格式:ZIP
更新时间:2024-03-08 20:48:23
TypeScript
角点网核心示例 本示例实现Angular和.NetCore dotnet --version 安装node.js 节点-v git --version npm install --global @ angular / cli @ 8.1.2 ng new project_name --directory project_name / ClientApp --routing true --style css --skip-tests true --skip-git true cd project_name / ClientApp npm开始 mkdir ServerApp cd ServerApp dotnet新的globaljson --sdk版本3.0.100 dotnet new mvc-语言C#--auth无 dotnet手表运行 dotnet添加软件包Micros
【文件预览】:
angular-dotnetcore-sample-master
----Feedback.sln(2KB)
----ClientApp()
--------browserslist(429B)
--------tsconfig.app.json(210B)
--------package.json(1KB)
--------tslint.json(2KB)
--------tsconfig.spec.json(270B)
--------angular.json(4KB)
--------package-lock.json(361KB)
--------src()
--------tsconfig.json(543B)
--------e2e()
--------.gitignore(629B)
--------karma.conf.js(1020B)
--------README.md(1KB)
--------.editorconfig(246B)
----readme.md(906B)
----.gitignore(6KB)
----ServerApp()
--------Models()
--------wwwroot()
--------ServerApp.csproj(259B)
--------Program.cs(691B)
--------Controllers()
--------Startup.cs(3KB)
--------appsettings.Development.json(191B)
--------appsettings.json(182B)
--------Views()
--------Properties()
----.gitattributes(2KB)