Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heiwa4126/sveltekit-daisyui1
Svelte 4 (と SvelteKit と adapter-static) と Tailwind CSS と daisyUI で SSG してみる練習
https://github.com/heiwa4126/sveltekit-daisyui1
Last synced: 5 days ago
JSON representation
Svelte 4 (と SvelteKit と adapter-static) と Tailwind CSS と daisyUI で SSG してみる練習
- Host: GitHub
- URL: https://github.com/heiwa4126/sveltekit-daisyui1
- Owner: heiwa4126
- Created: 2023-07-11T02:09:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T01:30:02.000Z (4 months ago)
- Last Synced: 2024-07-22T02:43:39.556Z (4 months ago)
- Language: Svelte
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-daisyui1
[Svelte](https://svelte.dev/) 4 (と SvelteKit と adapter-static) と
[Tailwind CSS](https://tailwindcss.com/docs/guides/sveltekit) と
[daisyUI](https://daisyui.com/docs/install/)
で SSG してみる練習。GitHub Pages にもしてあります。
## メモ
### Next.js 13 とちがうところ (規約以外)
- svelte.config.js が mjs (next.config.js は ejs)
- 依存が devDependencies だけで、Dependencies が無い。これはびっくり。
- static export への切り替えが方法がかなり違う。
- .d.ts (declaration file 定義ファイル)が動的に作られる式なので、クローン直後だと vscode でエラーだらけ。`dev`か`build`する。