讲师回答 / fishenal
Example:Installing the 1.0 branch of the webpack-simple vue template:vue init 'webpack-simple#1.0' mynewprojectNote: The surrounding quotes are necessary on zsh shells because of the special meaning of the # character.https://github.com/vuejs/vue-cli 单独使用...
2016-12-21
讲师回答 / fishenal
依赖问题,多半是npm版本不够造成的,要求3.0 以上!cnpm的版本不一定和npm是对应的!安装cnpm的时候:用这个:alias cnpm="npm --registry=https://registry.npm.taobao.org \--cache=$HOME/.npm/.cache/cnpm \--disturl=https://npm.taobao.org/dist \--userconfig=$HOME/.cnpmrc"不要用这个:$ npm install -g cnpm --regist...
2016-12-21
已采纳回答 / fishenal
vi 或vim提示不是命令,不要用windows的cmd,github 客户端自带的git-bash。你不知道vim的话,你也不会编辑操作,所以还是老老实实用你系统里的编辑器去修改package.json吧。
2016-12-21