https://github.com/wellwind/hwdc-24-angular-ssg
https://github.com/wellwind/hwdc-24-angular-ssg
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wellwind/hwdc-24-angular-ssg
- Owner: wellwind
- Created: 2024-09-08T10:38:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T00:02:04.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T23:46:04.085Z (about 1 year ago)
- Language: TypeScript
- Size: 142 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)