摘要:
##Npm 查看本机的npm版本 nom -v 如果版本过低,也可以通过以下指令 升级npm版本 npm install nom -g npm直接下载会比较慢,可以尝试切换到国内的npm源 nom config set registry http://registry.npm.taobao.org 阅读全文
摘要:
The public methods represent the services that the page offers 公共方法表示页面提供的服务 Try not to expose the internals of the page 不要暴露页面的细节 Generally don't mak 阅读全文