File tree Expand file tree Collapse file tree 6 files changed +6104
-4597
lines changed
Expand file tree Collapse file tree 6 files changed +6104
-4597
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @openscript/slidev-theme" ,
3- "image" : " mcr.microsoft.com/devcontainers/typescript-node:1-20 -bullseye" ,
4- "customizations" : {
5- "vscode" : {
6- "extensions" : [
7- " antfu.slidev" ,
8- " github.vscode-github-actions" ,
9- " Vue.volar" ,
10- " antfu.unocss"
11- ]
12- }
13- }
2+ "name" : " @openscript/slidev-theme" ,
3+ "image" : " mcr.microsoft.com/devcontainers/typescript-node:1-22 -bullseye" ,
4+ "customizations" : {
5+ "vscode" : {
6+ "extensions" : [
7+ " antfu.slidev" ,
8+ " github.vscode-github-actions" ,
9+ " Vue.volar" ,
10+ " antfu.unocss"
11+ ]
12+ }
13+ }
1414}
Original file line number Diff line number Diff line change 1- © Copyright 2023 openscript Ltd., all rights reserved.
1+ © Copyright 2025 openscript Ltd., all rights reserved.
Original file line number Diff line number Diff line change @@ -16,27 +16,3 @@ theme: @openscript-ch/slidev
1616
1717Learn more about [ how to use a theme] ( https://sli.dev/themes/use ) .
1818
19- ### Layouts
20-
21- This theme provides the following layouts:
22-
23- > TODO:
24-
25- ### Components
26-
27- This theme provides the following components:
28-
29- > TODO:
30-
31- ## Contribute
32-
33- 1 . Make sure you have [ Docker] ( https://docs.docker.com/get-docker/ ) up and running
34- 1 . Get [ Visual Studio Code] ( https://code.visualstudio.com/ ) with [ Dev Containers] ( https://code.visualstudio.com/docs/devcontainers/containers ) ready
35- 1 . Open the project inside a Dev Container and run ` pnpm install `
36- - If needed for export or screenshots, install playwright dependencies with ` sudo npx playwright install-deps `
37- 1 . ` pnpm run dev ` to start theme preview of ` example.md `
38- 1 . Edit the ` example.md ` and style to see the changes
39- 1 . ` pnpm run export ` to generate the preview PDF
40- 1 . ` pnpm run screenshot ` to generate the preview PNG
41- 1 . Commit and push your changes or create a pull request
42- 1 . Release a new version with ` pnpm run release:patch ` , ` pnpm run release:minor ` or ` pnpm run release:major `
Original file line number Diff line number Diff line change 1212 "engines" : {
1313 "node" : " >=20.0.0"
1414 },
15- "packageManager" : " pnpm@8.15.9 " ,
15+ "packageManager" : " pnpm@10.12.1 " ,
1616 "scripts" : {
1717 "build" : " slidev build example.md" ,
1818 "check:format" : " eslint . --max-warnings 0" ,
You can’t perform that action at this time.
0 commit comments