Spring Boot + Vue3 前后端分离 实战wiki知识库系统
v:ititit111222333
{ "name": "vue3-vite", "version": "0.0.0", "scripts": { "dev": "vite", "build": "vite build" }, "dependencies": { "ant-design-vue": "^2.0.0-rc.7", "path": "^0.12.7", "vue": "^3.0.4", "vue-router": "^4.0.2", "vuex": "^4.0.0-rc.2" }, "devDependencies": { "@vue/compiler-sfc": "^3.0.4", "sass": "^1.32.0", "typescript": "^4.1.3", "vite": "^1.0.0-rc.13" }, "main": "index.js", "repository": "github.com/jxh1997/vue…", "author": "jingxuehui jingxh1997@outlook.com", "license": "MIT" } 下载|复制|删除 当前路径:scripts.dev