spatz
1.0.0
Svelte的完整,全棧模板。
演示應用程序






mkdir pb-spatz
cd pb-spatzwget https://github.com/pocketbase/pocketbase/releases/download/v0.22.9/pocketbase_0.22.9_linux_amd64.zip
unzip pocketbase_0.22.9_linux_amd64.zip
./pocketbase serve --http= " 0.0.0.0:8090 "通過http://localhost:8090/_/並創建一個新的數據庫。
轉到設置>導入集合,然後粘貼在./pocketbase/pb_schema.json (來自此回購)的contens中,然後單擊導入。
git clone https://github.com/engageintellect/spatz
cd spatzcp .env.example .env.local (or .env)pnpm i && pnpm run dev --hosthttp://localhost:5173以查看應用程序。 /src
├── /lib
│ └── app.d.ts (global types)
├── /assets
│ └── /images
├── /components
├── /stores (global state)
├── /routes
│ ├── /guestbook
│ ├── /ai (nested routes)
│ │ ├── /a
│ │ ├── /b
│ │ └── /c
│ ├── /api
│ │ ├── /repoData (fetch github repository stars)
│ │ ├── /chat (OpenAI streaming API)
│ │__ /auth (Pocketbase auth)
│ │ ├── /login
│ │ ├── /register
│ │ ├── /logout
│ │ └── /reset-password
│ └── /my (user-specific routes)
│ ├── /account
│ ├── /profile
│ └── /settings
/pocketbase
├── pb_schema.json
/static
└── /docs (general documentation)
圖標由Iconify/Svelte提供。您可以在ICONES上搜索圖標。
該應用程序預先載有Daisyui的所有標準主題。您也可以在這裡創建自己的
動畫由GSAP提供,易於實現。您可以在此處找到該文檔。
貢獻受到歡迎和讚賞。如果您有功能請求,請將其添加為問題或提出拉請請求。