2 Star 0 Fork 0

wendZzoo/code-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
wendZzoo 提交于 2022-08-10 17:28 . feat: form代码模板
{
"name": "code-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"ejs": "^3.1.8",
"element-plus": "^2.2.6",
"pinia": "^2.0.16",
"prettier": "^2.7.1",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"lodash-es": "^4.17.21",
"unplugin-auto-import": "^0.9.0",
"unplugin-vue-components": "^0.19.9",
"vite": "^2.9.9"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wendZzoo/code-editor.git
git@gitee.com:wendZzoo/code-editor.git
wendZzoo
code-editor
code-editor
master

搜索帮助