1 Star 1 Fork 1

默默/vue3-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 981 Bytes
一键复制 编辑 原始数据 按行查看 历史
默默 提交于 2023-12-09 13:46 . feat: 完成单元测试基本案例
{
"name": "vue3-todo-list",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"axios": "^1.6.2",
"msw": "^2.0.10",
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/ui": "^0.34.6",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"flush-promises": "^1.0.2",
"jsdom": "^22.1.0",
"npm-run-all2": "^6.1.1",
"typescript": "~5.2.0",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wangzhaoyv/vue3-test.git
[email protected]:wangzhaoyv/vue3-test.git
wangzhaoyv
vue3-test
vue3-test
master

搜索帮助