1 Star 5 Fork 3

konsei / vtatv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
白桦 提交于 2022-11-09 14:23 . feat: 增加vue-router和pinia的使用
{
"name": "vtatv",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.14",
"pinia": "^2.0.23",
"pinia-plugin-persist": "^1.0.0",
"vue": "^3.2.41",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"autoprefixer": "^10.4.13",
"less": "^4.1.3",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.2",
"terser": "^5.15.1",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vite-plugin-purge-icons": "^0.9.1",
"vue-tsc": "^1.0.9"
}
}
1
https://gitee.com/konsei/vtatv.git
git@gitee.com:konsei/vtatv.git
konsei
vtatv
vtatv
master

搜索帮助