1 Star 0 Fork 0

smallDou/Vite+Vue+TS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
smallDou 提交于 2021-12-20 18:41 . 登录和获取用户信息接口
{
"name": "vite-project-vue-ts",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"prod": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^17.0.0",
"axios": "^0.24.0",
"css-color-function": "^1.3.3",
"element-plus": "^1.2.0-beta.6",
"js-cookie": "^3.0.1",
"path-to-regexp": "^6.2.0",
"process": "^0.11.10",
"qs": "^6.10.2",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@vitejs/plugin-vue": "^2.0.0",
"less": "^4.1.2",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smallDoujj/vite-vue-ts.git
[email protected]:smallDoujj/vite-vue-ts.git
smallDoujj
vite-vue-ts
Vite+Vue+TS
master

搜索帮助