摘要:
先打开Finder ->按快捷键组合 Shift+Command+G 三个组合按键,并输入 Hosts 文件的所在路径:/etc/hosts 找到hosts文件拷贝一份到桌面 添加0.0.0.0 account.jetbrains.com 然后替换/etc/hosts 注册时,在打开的License 阅读全文
posted @ 2017-08-07 09:32
AnisCode
阅读(1153)
评论(0)
推荐(0)
摘要:
npm init npm install -g vue-cli (读写权限 : 前面加sudo) 检测版本 vue -V vue init webpack vue-example (创建项目文件夹) 按提示: cd vue-example npm install npm run dev 阅读全文
posted @ 2017-08-07 08:58
AnisCode
阅读(151)
评论(0)
推荐(0)