An open API service indexing awesome lists of open source software.

https://github.com/wellwind/hwdc-24-angular-ssg


https://github.com/wellwind/hwdc-24-angular-ssg

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 使用 Angular 打造 Static Site Generator

歡迎參加本場 Workshop,在這個專案裡面已經將相關的套件設定、程式都預先寫好了,你只需要 clone 這個專案後,先將相關套件安裝好

```bash
git clone https://github.com/wellwind/hwdc-24-angular-ssg
cd hwdc24-angular-ssg
npm install
```

接著就可以開始體驗用 Angular 打造一個 Static Site Generator 的過程。同時感受到 Angular 相關工具所帶來的強大威力!

- [STEP 1 - Static Site 快速體驗](workshop/STEP_1.md)
- [STEP 2 - Prerender 進階設定](workshop/STEP_2.md)
- [STEP 3 - Angular Builders & Angular Schematics](workshop/STEP_3.md)
- [STEP 4 - 透過 Web Components 擴充內容](workshop/STEP_4.md)