LiteAbpTemplate 1.0.1

dotnet add package LiteAbpTemplate --version 1.0.1
NuGet\Install-Package LiteAbpTemplate -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LiteAbpTemplate" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LiteAbpTemplate --version 1.0.1
#r "nuget: LiteAbpTemplate, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LiteAbpTemplate as a Cake Addin
#addin nuget:?package=LiteAbpTemplate&version=1.0.1

// Install LiteAbpTemplate as a Cake Tool
#tool nuget:?package=LiteAbpTemplate&version=1.0.1

基于ABP、vue-admin-project,Web后台管理项目模板,已完成了用户和权限快速开始业务开发

源码:Github

环境要求:NET6

使用步骤

1、安装模板
dotnet new --install LiteAbpTemplate 
2、创建项目,比如Demo,默认sqlserver数据库,-s mysql 切换mysql数据库
dotnet new lat -n Demo            
3、安装ef工具
dotnet tool install --global dotnet-ef        
4、把本地sqlserver的sa密码修改为123456(Demo\src\Demo.Api\appsettings.json),然后ef生成数据库
cd Demo\src\Demo.Infrastructure
dotnet ef migrations add InitialCreate -o ./Migrations
dotnet ef database update         
5、最后net run或者(编译后)iis新建站点指向Demo.Web目录,运行查看
cd Demo\src\Demo.Api
dotnet build
dotnet run --urls http://localhost:44372        
6、进入app
cd Demo\app
yarn install
yarn dev

效果图

api

"接口"

用户

"用户"

角色

"角色"

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 569 5/26/2023