1 Star 0 Fork 0

程墨海/vue3-todo-list

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
程墨海 提交于 2024-05-16 18:25 . update
{
"name": "todolist",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build --base=/todolist/",
"serve": "vite preview"
},
"dependencies": {
"animate.css": "^4.1.1",
"element-plus": "^1.1.0-beta.5",
"vue": "^3.2.6",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.0.5",
"eslint": "^8.8.0",
"eslint-plugin-vue": "^8.4.0",
"node-sass": "^6.0.1",
"sass": "^1.38.1",
"sass-loader": "^12.1.0",
"vite": "^2.5.1"
},
"main": "vite.config.js",
"author": "",
"license": "ISC",
"description": ""
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chengmohai/vue3-todo-list.git
git@gitee.com:chengmohai/vue3-todo-list.git
chengmohai
vue3-todo-list
vue3-todo-list
master

搜索帮助