Skip to content

Templates to use when creating an application for element admin.

License

Notifications You must be signed in to change notification settings

xuyegui/dotnet-element-admin

 
 

Repository files navigation

dotnet-element-admin

A Vue.js project in dotnet

Usage

Install Template

dotnet new -i DotnetElementAdmin::1.0.3

Uninstall Template

dotnet new -u DotnetElementAdmin

Create New Project

# Create an empty vue project
dotnet new element-admin -o <project name>

Run Project

dotnet run

If developing, you need build vue view

yarn run build

Publish The Project

dotnet publish -c Release -p:PublishTrimmed=true -p:PublishSingleFile=true --self-contained true -r linux-x64 -o out

dotnet publish -c Release -p:PublishTrimmed=true -p:PublishSingleFile=true --self-contained true -r osx-x64 -o out

About

Templates to use when creating an application for element admin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.9%
  • Vue 25.9%
  • C# 23.7%
  • Other 0.5%