https://github.com/sooniter/tampermonkey-svelte-template
A template with Svelte + TS + Unocss + Vite to build UI - Tampermonkey script
https://github.com/sooniter/tampermonkey-svelte-template
svelte template typescript unocss
Last synced: 11 months ago
JSON representation
A template with Svelte + TS + Unocss + Vite to build UI - Tampermonkey script
- Host: GitHub
- URL: https://github.com/sooniter/tampermonkey-svelte-template
- Owner: SoonIter
- Created: 2022-07-04T17:54:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T11:53:34.000Z (over 2 years ago)
- Last Synced: 2025-07-14T22:30:57.056Z (11 months ago)
- Topics: svelte, template, typescript, unocss
- Language: TypeScript
- Homepage:
- Size: 238 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A template with Svelte + TS + Unocss + Vite to build UI - Tampermonkey script
Svelte, Typescript, Vite, Unocss, unplugin-auto-import
Seperate your code in the shadow-root with the main webpage whether js , css or png.
## Quick start
```shell
npx degit SoonIter/tampermonkey-svelte-template my-script-app
pnpx degit SoonIter/tampermonkey-svelte-template my-script-app
```
```shell
npm run build
dist
├── Tampermonkey.iife.js
└── favicon.ico
```
Copy this file to your new Tampermonkey script and write some configs.
