Vue
唐微港
大道至简 思总而精
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unknown custom element: <el-container> - did you register the component correctly? For recursive co
错误描述 vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: <el-container> - did you register the component correctly? For recursive components, make sure to provide the "name" option. found in ---> <Home> at src/components/Home.v原创 2021-05-04 19:49:34 · 3858 阅读 · 0 评论 -
vue-cli安装使用
方式一 1.安装nodejs 到nodejs官网下载nodejs windows和mac直接点击下一步用默认的安装方式即可 安装完成后输入命令node --version出现版本号即表示安装成功 因为安装vue-cli需要npm,这里node自带了npm 查看npm版本号 //node官网 http://nodejs.cn/ //查看node是否安装成功命令 node --version node -v //查看npm版本号 npm -version npm -v 2.安装cnpm 由于有些np原创 2020-09-05 19:49:48 · 180 阅读 · 0 评论
分享