全栈的自我修养: 6使用vue ui进行vue.js环境搭建 It is only with the heart that one can see rightly. What is essential is invisible to the eye. 用心才能看得清事物的本质,真正重要的东西是肉眼看不见的. 目录 前言 安装@vue/cli 创建 Vue 项目 项目结构 git 参考 当你看到这篇文章的时候,暂且认为你对如何做一个网站有了兴趣. 前言 上几篇文章曾经讲过使用 vue-cli 和新…
利用npm安装cnpm时出现的错误 npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0 解决办法: 1.降低npm版本 npm install npm@4.6.1 -g 2.通过npm update -d查…