1 Star 2 Fork 0

Tiger/vue3-hicc-magic-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
tiger 提交于 2024-08-20 08:47 . init
{
"name": "todomvc-vue",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"format": "prettier --write src/",
"nyc": "set DEBUG=istanbuljs & nyc report --exclude-after-remap=false",
"sync:android": "cap sync"
},
"dependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"todomvc-app-css": "^2.4.3",
"todomvc-common": "^1.0.5",
"todomvc-vue": "file:",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"istanbul-lib-instrument": "^6.0.3",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"vite": "^5.0.5",
"vite-plugin-istanbul": "^6.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thm1118/vue3-hicc-magic-demo.git
git@gitee.com:thm1118/vue3-hicc-magic-demo.git
thm1118
vue3-hicc-magic-demo
vue3-hicc-magic-demo
master

搜索帮助