1 Star 0 Fork 10

swang/vue3-vant4-vite-pinia-pro-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
junfeng 提交于 2024-05-10 11:47 +08:00 . pinia新增持久化插件
{
"name": "vue3-vant4-vite-pinia-pro-h5",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:mock": "cross-env USE_MOCK=true vite",
"build:mock": "cross-env USE_MOCK=true vite build",
"preview": "pnpm run build && vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.0.35",
"pinia-plugin-persistedstate": "^3.2.1",
"vant": "^4.6.0",
"vue": "^3.2.47",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"cross-env": "^7.0.3",
"less": "^4.1.3",
"lib-flexible": "^0.3.2",
"mockjs": "^1.1.0",
"postcss-pxtorem": "^6.0.0",
"unplugin-vue-components": "^0.25.1",
"vconsole": "^3.15.1",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vconsole": "^1.3.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shuaishuang/vue3-vant4-vite-pinia-pro-h5.git
[email protected]:shuaishuang/vue3-vant4-vite-pinia-pro-h5.git
shuaishuang
vue3-vant4-vite-pinia-pro-h5
vue3-vant4-vite-pinia-pro-h5
master

搜索帮助