SHANG-TING / angular-scully-blog

使用 Angular 13、Nx Workspace、ngrx、TailwindCSS 和 Scully (SSG) 所建立的部落格網站

Home Page:https://blog.neilxie.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neil's Notepad

這是使用 Angular 13、Nx Workspace、ngrx、TailwindCSS 和 Scully (SSG) 所建立的部落格網站。

運行中的部落格網站

查看部落格網站 -> https://blog.neilxie.net

使用技術

專案架構

.
└── root
    ├── apps
    │   └── angular-scully-blog
    └── libs
        └── web (dir)
            ├── shell (dir)
            │   ├── feature (angular:lib) - for configure any forRoot modules
            │   └── ui
            │       └── layout (angular:lib)
            ├── settings (dir)
            │   ├── data-access (workspace:lib)
            │   └── feature (angular:lib SettingsComponent)
            ├── post (dir)
            │   ├── data-access (angular:lib, service, state management)
            │   └── features
            │       ├── list (angular:lib PostsComponent)
            │       └── detail (angular:lib PostComponent)
            ├── tag (dir)
            │   ├── data-access (angular:lib, service, state management)
            │   └── features
            │       ├── list (angular:lib TagsComponent)
            │       └── detail (angular:lib TagComponent)
            ├── projects (dir)
            │   └── feature
            ├── about (dir)
            │   └── feature
            ├── home (dir)
            │   ├── data-access (angular:lib)
            │   ├── feature (angular:lib)
            │   └── ui (dir)
            │       └── recent-posts (angular:lib, SCAM for Component)
            └── shared (dir)
                ├── data-access (angular:lib, API call, Service or State management to share across the Client app)
                └── ui (dir)

使用的 Github Actions

About

使用 Angular 13、Nx Workspace、ngrx、TailwindCSS 和 Scully (SSG) 所建立的部落格網站

https://blog.neilxie.net

License:MIT License


Languages

Language:TypeScript 54.6%Language:HTML 23.6%Language:JavaScript 16.0%Language:SCSS 5.6%Language:Shell 0.1%