多框架 SSG(Static Site Generation)
專案測試
該專案使用 Yarn Workspace
用於管理依賴,共用部分靜態資源或程式碼
主要用於技術研究、面試展示,並非實際應用。
-
node 18.18+
-
yarn 1.2+
# mac only
yarn dev
# or
yarn workspace @about-me-mix/nuxt3 dev
yarn workspace @about-me-mix/svelte-kit2 dev
yarn workspace @about-me-mix/next14 dev
yarn workspace @about-me-mix/angular17 dev
yarn build
任意 Port
# 3000 port example
http-server . -p 3000
# or
anywhere -p 3000
http://localhost:3000/about-me-mix
about-me-mix
│
├── docs # GitHub Page
│
├── projects
│ ├── communal # 共用的資源或程式
│ ├── next14 # Next 14
│ ├── svelte-kit2 # Svelte Kit 4
│ ├── nuxt3 # Nuxt 3
│ └── angular17 # Angular 17
│
└── README.md # 當前位置