首页
首页
沸点
课程
直播
活动
竞赛
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
Vue-Dands
DandS
创建于2021-07-06
订阅专栏
开心虔诚...的记录,学习Vue相关知识踩坑、爬坡过程。
暂无订阅
共4篇文章
创建于2021-07-06
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
chrome and firefox 安装 vue-devtool
1. 从git克隆代码 git clone https://github.com/vuejs/devtools.git or 下载zip包 如果git clone太慢或者报错, 下载zip快一些,解压
vue CLI 手动创建项目 vue create xxx
使用 vue CLI 提供的命令,创建一个叫“vue-unit-test-demo”的项目, 默认选择在: Default ([Vue 2] babel, eslint) 默认勾选了: Choose
vuex 跑npm run serve报错‘Failed at the vuex-demo...’
错误信息 sh: vue-cli-service: command not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno
Vue component 和 vue CLI
Vue.component使用注意点, 以及使用Vue CLI搭建我的第一个项目 vue-demo-dands。