English | ็ฎไฝไธญๆ
- Dashboard
- Analytic
- Monitor
- Workspace
- Form
- Basic Form
- Step Form
- Advanced From
- List
- Standard Table
- Standard List
- Card List
- Search List (Project/Applications/Article)
- Profile
- Simple Profile
- Advanced Profile
- Account
- Account Center
- Account Settings
- Result
- Success
- Failed
- Exception
- 403
- 404
- 500
- User
- Login
- Register
- Register Result
dotnet new -i AntDesign.Templates
dotnet new -u AntDesign.Templates
# Create an empty wasm project
dotnet new antdesign --host wasm
# Create wasm project with full pages
dotnet new antdesign --host wasm --full
# Create an empty server-side project
dotnet new antdesign --host server
# Create server-side project with full pages
dotnet new antdesign --host server --full
# Create an empty hosted project
dotnet new antdesign --host hosted
# Create hosted project with full pages
dotnet new antdesign --host hosted --full
## You can override an existing project with the --force
dotnet new antdesign --host wasm --force