1 Star 2 Fork 1

大大大,大志/vite-vue3-202303

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
大大大,大志 提交于 2023-03-18 06:20 . feat: 初始化项目
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.2.2",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"terser": "^5.16.3",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.1.1",
"vue-tsc": "^1.0.11",
"vite-plugin-compression": "^0.5.1",
"stylus": "^0.59.0"
},
"config": {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiaoshengzhi/vite-vue3-202303.git
git@gitee.com:jiaoshengzhi/vite-vue3-202303.git
jiaoshengzhi
vite-vue3-202303
vite-vue3-202303
main

搜索帮助