摘要:
单号文本写法: 多行文本写法: 阅读全文
posted @ 2017-06-12 18:08
javenLee
阅读(959)
评论(1)
推荐(1)
摘要:
先安装node.js 在新项目下安装npm: 在cmd中进入项目路径:cd + 项目路径 安装npm: 命令行npm install 但这个太慢了一般用淘宝镜像,如下 npm config set registry http://registry.cnpmjs.org 接着再cnpm install 阅读全文
posted @ 2017-06-12 18:06
javenLee
阅读(9043)
评论(0)
推荐(0)