Skip to content

Commit

Permalink
feat: v-click 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 15, 2021
1 parent d4d4c85 commit d11319b
Show file tree
Hide file tree
Showing 13 changed files with 616 additions and 136 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ npx vite-slides export talk.pdf
- [ ] Shiki + TwoSlash
- [ ] Export PDF
- [x] Monaco as markdown
- [ ] Slides Overview
- [ ] Foot notes
- [x] `v-click` directive
- [ ] Standalone package
- [ ] Configurable themes

Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,27 @@
"dependencies": {
"@vueuse/core": "^4.8.1",
"@vueuse/head": "^0.5.1",
"@vueuse/integrations": "^4.8.1",
"prism-theme-vars": "^0.2.2",
"vue": "^3.0.11",
"vue-router": "^4.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.6.2",
"@antfu/utils": "^0.0.5",
"@iconify/json": "^1.1.328",
"@antfu/utils": "^0.0.8",
"@iconify/json": "^1.1.329",
"@types/fs-extra": "^9.0.11",
"@types/node": "^14.14.37",
"@types/node": "^14.14.39",
"@types/prettier": "^2.2.3",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.11",
"cross-env": "^7.0.3",
"eslint": "^7.24.0",
"fs-extra": "^9.1.0",
"markdown-it-prism": "^2.1.6",
"monaco-editor": "^0.23.0",
"pnpm": "^6.0.1",
"pnpm": "^6.0.2",
"prettier": "^2.2.1",
"theme-vitesse": "^0.1.8",
"typescript": "^4.2.4",
Expand Down

0 comments on commit d11319b

Please sign in to comment.