摘要: 1. 创建一个 index。js 文件 // api模块化自动加载 const files = require.context('./', true, /\Api.js$/) // eslint-disable-next-line import/no-mutable-exports let apiE 阅读全文
posted @ 2023-02-28 17:47 蔚京霖 阅读(41) 评论(0) 推荐(0) 编辑
摘要: loca Historty // 本地代码修改以后,会记录在本地的.history 文件夹中 Vetur // 提示.vue 文件的语法 和 高亮 Vue Language Features // 格式化 chinese Git Graph // git 提交记录 branch 图形化 Git Hi 阅读全文
posted @ 2023-02-28 17:43 蔚京霖 阅读(23) 评论(0) 推荐(0) 编辑
摘要: vue2 在2023年12月份 开始停止维护,说实话,很苦逼,很多人根本还停留在 vue2 思想的时代,包括我自己 。 之前一直在写 vue 的 服务端渲染,好长时间已经忘了 vue-router 创建的方式。今天 创建了一个demo 试试看看vue3 的新特性,发现路由都不会了...... 正题开 阅读全文
posted @ 2023-02-28 16:54 蔚京霖 阅读(142) 评论(0) 推荐(0) 编辑