feat: complete Admin + Portal Blazor WebAssembly SPA architecture
TaxBaik CI/CD / build-and-deploy (push) Successful in 4m17s
TaxBaik CI/CD / build-and-deploy (push) Successful in 4m17s
Deployment: - Admin UI: /admin (Blazor WebAssembly, 219+ WASM files) - Portal: /portal (Blazor WebAssembly, standalone SPA) - Homepage: / (Razor Pages + SSR) - API: /api (FastEndpoints + JWT/Cookie auth) Features: - Admin: Full management dashboard + MudDataGrid - Portal: Login + basic customer dashboard (expandable) - Auth: Cookie-based (Portal) + JWT (Admin) - SEO: Sitemap (public content only), Naver verification Technical: - Dual WASM hosting (/admin and /portal) - SPA fallback routing for client-side navigation - Shared Application layer (services, DTOs) - Separate Client projects for isolation Production Ready: - Zero 빌드 오류 - 모든 배포 파일 준비됨 - Green-Blue 무중단 배포 지원 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@using System.Net.Http
|
||||
@using System.Net.Http.Json
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using Microsoft.AspNetCore.Components.Authorization
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
@using MudBlazor
|
||||
@using TaxBaik.PortalClient
|
||||
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
||||
Reference in New Issue
Block a user