摘要: <template> <div id="app"> <HelloWorld msg="Welcome to Your Vue.js App"/> </div> </template> <script> import HelloWorld from './components/HelloWorld.v 阅读全文
posted @ 2022-08-23 15:30 飞雪飘鸿 阅读(97) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="hello"> <h1>{{ msg }}</h1> <p> For a guide and recipes on how to configure / customize this project,<br> check out the <a href= 阅读全文
posted @ 2022-08-23 15:28 飞雪飘鸿 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 开发记录20220823 安装 Vue CLI 4.x 需要 Node.js v8.9 或更高版本 (推荐 v10 以上)。你可以使用 n,nvm 或 nvm-windows 在同一台电脑中管理多个 Node 版本。 npm install -g @vue/cli 查询版本 vue --versio 阅读全文
posted @ 2022-08-23 11:58 飞雪飘鸿 阅读(14) 评论(0) 推荐(0) 编辑
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL