摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>初识Vue</title> <!-- 引入Vue --> <script type="text/javascript" src="./js/vue.js"></script> 阅读全文
posted @ 2022-04-20 17:47 默小柒 阅读(140) 评论(0) 推荐(0)
摘要: 阻止 vue 在启动时生成生产提示。 Vue.config.productionTip = false 阅读全文
posted @ 2022-04-20 11:28 默小柒 阅读(49) 评论(0) 推荐(0)
摘要: 实用插件 Live Server 安装后,在html文件鼠标右键,点击 Open with Live Server 点击后自动打开浏览器,就能以服务的方式访问文件了。 vetur Vue必备插件 阅读全文
posted @ 2022-04-20 11:17 默小柒 阅读(57) 评论(0) 推荐(0)