Skip to content

Commit 66636fa

Browse files
committed
Revert "Add Svelte support"
This reverts commit bcf3866.
1 parent 37f006b commit 66636fa

File tree

19 files changed

+2
-364
lines changed

19 files changed

+2
-364
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
- Bump all pytauri packages to `0.6`
3535
- Migrate for pytauri `v0.6` [breaking changes](https://pytauri.github.io/pytauri/0.6/CHANGELOG/)
3636
- Bump `pyo3` to `0.25`
37-
- Add `Svelte` support
3837

3938
## [0.1.0]
4039

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ The recommended way to start a new PyTauri project.
77
## How to use
88

99
Make sure you have [uv](https://docs.astral.sh/uv/) and [pnpm](https://pnpm.io/) installed.
10-
Current supported frontend frameworks:
11-
- Vue
12-
- React
13-
- Svelte
1410

1511
```shell
1612
uvx copier copy https://github.com/pytauri/create-pytauri-app .

copier.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ template:
2121
choices:
2222
Vue: vue
2323
React: react
24-
Svelte: svelte
2524
default: vue
2625

2726
_message_after_copy: |

templates/{% if template == 'react' %}.{% endif %}/{{ project_name }}/.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"ms-python.vscode-pylance",
77
"charliermarsh.ruff",
88
"ms-python.debugpy",
9-
"tauri-apps.tauri-vscode"
9+
"tauri-apps.tauri-vscode",
1010
]
1111
}

templates/{% if template == 'svelte' %}.{% endif %}/{{ project_name }}/.vscode/extensions.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

templates/{% if template == 'svelte' %}.{% endif %}/{{ project_name }}/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

templates/{% if template == 'svelte' %}.{% endif %}/{{ project_name }}/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

templates/{% if template == 'svelte' %}.{% endif %}/{{ project_name }}/package.json.jinja

Lines changed: 0 additions & 30 deletions
This file was deleted.

templates/{% if template == 'svelte' %}.{% endif %}/{{ project_name }}/src/app.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

templates/{% if template == 'svelte' %}.{% endif %}/{{ project_name }}/src/routes/+layout.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)