1 Star 2 Fork 1

TianYu0-0/Vue3初始化框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
HT-tsy\tsy 提交于 2022-05-19 17:43 . px to rem
{
"name": "vue3",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"prod": "vite --mode production",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"pinia": "^2.0.14",
"pinia-plugin-persist": "^1.0.0",
"vue": "^3.2.25",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@types/node": "^17.0.32",
"@vitejs/plugin-vue": "^2.3.1",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"postcss-plugin-px2rem": "^0.8.1",
"typescript": "^4.5.4",
"vite": "^2.9.7",
"vue-tsc": "^0.34.7"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/tianyu0-0/vue3-init.git
git@gitee.com:tianyu0-0/vue3-init.git
tianyu0-0
vue3-init
Vue3初始化框架
master

搜索帮助