摘要: vue:2 Vuetify :2 与vue创建普通项目相同:https://www.cnblogs.com/yansans/p/18342267 vscode打开项目,在项目终端中运行 vue add vuetify@2 之后会出现,选择默认即可(回车) 几个选项的解释: 1. Vuetify 2 阅读全文
posted @ 2024-09-16 09:02 椰子灰 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 参考—— https://www.jb51.net/javascript/315177xde.htm 报错信息———— 10% building 2/2 modules 0 active(node:5732) [DEP0111] DeprecationWarning: Access to proce 阅读全文
posted @ 2024-09-13 09:40 椰子灰 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 后端端口号8081,前端端口号8080 操作均在前端进行 通过axios接收 npm install axios 代码(不跨域时直接使用),写在script的methods中 getAllPeoples(){ axios.get('http://localhost:8081/').then( Res 阅读全文
posted @ 2024-09-05 17:20 椰子灰 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 参考—— https://blog.csdn.net/zz00008888/article/details/119566375 报错: Avoided redundant navigation to current location: "/Eee". NavigationDuplicated: Av 阅读全文
posted @ 2024-09-04 15:50 椰子灰 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Edit Control…… npm 选中vue的package.json(后端注意设置端口为8080之外的) scripts选serve 启动时不要使用debug模式 阅读全文
posted @ 2024-08-25 17:35 椰子灰 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 将server url改成 https://start.aliyun.com 改了阿里镜像,后来看到说改这里也能块点 怎么说呢……快,又好像没快,如快() 就离谱 阅读全文
posted @ 2024-08-25 16:50 椰子灰 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 创建 npm init vite-app 项目名 创建好后cd进入项目 下载相关内容 npm i 创建完成后预览内容 npm run dev 只做个笔记,目前不推荐使用(未大范围应用) 阅读全文
posted @ 2024-08-22 21:11 椰子灰 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 将组件命名更改位两个英文单词并采用大驼峰(不过我改后还在运行不了。。。 或者在vue.config.js中添加 lintOnSave: false, 阅读全文
posted @ 2024-08-13 16:14 椰子灰 阅读(19) 评论(0) 推荐(0) 编辑
摘要: ————————————创建项目 *确保下载了node.js 以管理员身份运行cmd,切换到vscode存放项目的地方,运行 npm install -g --force @vue/cli 准备工作完成 (还有第二种配置,流程差不多,是两个教程) 在项目存放处打开cmd,运行 vue create 阅读全文
posted @ 2024-08-04 22:35 椰子灰 阅读(66) 评论(0) 推荐(0) 编辑
摘要: spring:3.x 无拦截器 参考—— https://blog.csdn.net/qq_55269149/article/details/137285469 (下边有2.x的配置,不过没试过 配置 <!-- 生成接口文档--> <dependency> <groupId>org.springdo 阅读全文
posted @ 2024-08-03 16:06 椰子灰 阅读(8) 评论(0) 推荐(0) 编辑