An Abp Blazor Theme based Ant-Design-Blazor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

50 lines
1.6 KiB

{
"id": "e0d04395-b10e-4f2d-89aa-ee6628012bc7",
"template": "app",
"versions": {
"AbpFramework": "9.2.0",
"AbpStudio": "1.0.1",
"TargetDotnetFramework": "net10.0"
},
"modules": {
"BookStore": {
"path": "BookStore.abpmdl"
}
},
"runProfiles": {
"Default": {
"path": "etc/abp-studio/run-profiles/Default.abprun.json"
}
},
"options": {
"httpRequests": {
"ignoredUrls": [
]
}
},
"creatingStudioConfiguration": {
"template": "app",
"createdAbpStudioVersion": "1.0.1",
"tiered": "false",
"runInstallLibs": "true",
"useLocalReferences": "false",
"multiTenancy": "true",
"includeTests": "true",
"kubernetesConfiguration": "false",
"uiFramework": "blazor-webapp",
"mobileFramework": "none",
"distributedEventBus": "none",
"databaseProvider": "mongodb",
"runDbMigrator": "true",
"theme": "leptonx-lite",
"themeStyle": "",
"themeMenuPlacement": "",
"mobileFramework": "none",
"publicWebsite": "false",
"socialLogin": "true",
"selectedLanguages": ["English", "English (United Kingdom)", "简体中文", "Español", "العربية", "हिन्दी", "Português (Brasil)", "Français", "Русский", "Deutsch (Deuthschland)", "Türkçe", "Italiano", "Čeština", "Magyar", "Română (România)", "Svenska", "Suomi", "Slovenčina", "Íslenska", "繁體中z文", ],
"defaultLanguage": "English",
"createCommand": "abp new BookStore -t app --ui-framework blazor-webapp --database-provider mongodb --theme leptonx-lite --skip-migration --without-cms-kit --dont-run-bundling -no-file-management"
}
}