随笔分类 -  vue

摘要:安装vue-cli 3.0以上版本 由于初学vue的原因,起初安装的vue-cli的版本停留在3.0以下,现对安装vue-cli 3.0以上版本重新做记录 安装 npm install @vue/cli -g 初始化项目 vue create {项目名} 其后按照提示向下即可 阅读全文
posted @ 2020-12-22 22:52 springfield_psk 阅读(93) 评论(0) 推荐(0)
摘要:vue学习日志 参考文档 快速上手BootstrapVue BootstrapVue官方文档 使用vscode开发vue 初始化vue项目 安装node.js 使用taobao npm镜像 npm install -g cnpm --registry=https://registry.npm.tao 阅读全文
posted @ 2020-12-13 22:41 springfield_psk 阅读(287) 评论(0) 推荐(0)