feat: 初始化 SvelteKit 项目基础结构和示例组件
- 添加项目配置文件(.npmrc, pnpm-workspace.yaml, prettier 配置等) - 设置基础路由和布局组件 - 实现示例组件展示 Svelte 5 新特性($state, $derived 等) - 配置测试环境(单元测试和 E2E 测试) - 添加静态资源和 favicon
This commit is contained in:
9
.prettierignore
Normal file
9
.prettierignore
Normal file
@@ -0,0 +1,9 @@
|
||||
# Package Managers
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
bun.lock
|
||||
bun.lockb
|
||||
|
||||
# Miscellaneous
|
||||
/static/
|
||||
Reference in New Issue
Block a user