Skip to content

Commit

Permalink
feat: unplugin-vue-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Feb 1, 2024
1 parent e91fa45 commit f5da616
Show file tree
Hide file tree
Showing 4 changed files with 4,057 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- <img src="./src/assets/icons/logos/unjs.svg" /> [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - 自动按需导入 Composition API 的插件
- <img src="./src/assets/icons/logos/unjs.svg" /> [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - 自动按需导入 Vue 组件的插件
- <img src="./src/assets/icons/logos/unjs.svg" /> [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) - Vue Router 自动加载基于文件的路由系统
- <img src="./src/assets/icons/logos/markdown.svg" /> [vite-plugin-vue-markdown](https://github.com/mdit-vue/vite-plugin-vue-markdown) - Markdown 文档支持
- <img src="./src/assets/icons/logos/markdown.svg" /> [unplugin-vue-markdown](https://github.com/unplugin/unplugin-vue-markdown) - Markdown 文档支持

## ⚙️ 构建

Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
"migrate": "prisma migrate dev --name init"
},
"dependencies": {
"@arco-design/web-vue": "^2.54.1",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"axios": "^1.6.4",
"@arco-design/web-vue": "^2.54.3",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"less": "^4.2.0",
"markdown-it-shiki": "^0.9.0",
"pinia": "^2.1.7",
"unocss": "^0.58.3",
"vue": "^3.4.5",
"vue-i18n": "^9.8.0",
"unocss": "^0.58.4",
"vue": "^3.4.15",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@prisma/client": "^5.8.1",
"@types/bun": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@prisma/client": "^5.9.0",
"@types/bun": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-vue": "^5.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.1",
"prisma": "^5.8.1",
"eslint-plugin-vue": "^9.21.1",
"prettier": "^3.2.4",
"prisma": "^5.9.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.10",
"vite-plugin-vue-devtools": "^7.0.5",
"vite-plugin-vue-markdown": "^0.23.8",
"vue-eslint-parser": "^9.3.2",
"vite": "^5.0.12",
"vite-plugin-vue-devtools": "^7.0.13",
"unplugin-vue-markdown": "^0.25.2",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit f5da616

Please sign in to comment.