1 Star 1 Fork 2

genin/vite2-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
genin 提交于 2022-07-25 22:40 . refactor: EHeader.vue 改写
{
"name": "vite2-vue3",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.19.0",
"sass": "^1.53.0",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.9.2",
"unplugin-vue-components": "^0.21.0",
"vite": "^2.9.9",
"vite-plugin-windicss": "^1.8.7",
"vue-tsc": "^0.34.7",
"windicss": "^3.5.6"
},
"eslintConfig": {
"extends": "@antfu"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/genin/vite2-vue3.git
git@gitee.com:genin/vite2-vue3.git
genin
vite2-vue3
vite2-vue3
master

搜索帮助