1 Star 1 Fork 1

machinist_wq / vue3框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
machinist_wq 提交于 2023-01-31 15:54 . 提交
{
"name": "vue3",
"version": "0.0.0",
"scripts": {
"dev": "vite --mode dev",
"dev:prod": "vite --mode production",
"host": "vite --host --mode dev",
"build": "run-p type-check build-only --mode production",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.2.6",
"element-plus": "^2.2.28",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.17",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/js-cookie": "^3.0.2",
"@types/node": "^16.11.47",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.13.0",
"vite": "^3.0.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^0.39.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/machinist_wq/vue3-framework-basic-edition.git
git@gitee.com:machinist_wq/vue3-framework-basic-edition.git
machinist_wq
vue3-framework-basic-edition
vue3框架
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891