1 Star 6 Fork 5

Zhou_Jimmy / Blog-Frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhou_Jimmy 提交于 2021-08-23 23:56 . add blog site page
{
"name": "blog",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@kangc/v-md-editor": "2.3.5",
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.65",
"highlight.js": "10.7.2",
"marked": "2.0.3",
"vue": "^3.0.5",
"vue-router": "4.0.6",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.0.5",
"less": "4.1.1",
"typescript": "^4.3.2",
"vite": "^2.4.2",
"vue-tsc": "^0.0.24"
}
}
TypeScript
1
https://gitee.com/Zhou_Jimmy/blog-frontend.git
git@gitee.com:Zhou_Jimmy/blog-frontend.git
Zhou_Jimmy
blog-frontend
Blog-Frontend
master

搜索帮助