随笔

搭建私有npm : 1、sinopia 2、verdaccio(https://www.jianshu.com/p/1d0e85d14234) 3、nexus(https://www.jianshu.com/p/9085f47726a2)
搭建私有npm的三种方法:https://xbl.github.io/2018/03/15/npm-private/

node创建自定义命令行:
commander.js : http://www.cnblogs.com/mirandachen/p/9826886.html
参考实例:https://github.com/jaywcjlove/wcj

demo演示:

npm set registry http://npm.zz.com

npm install -g create-zz-react

cd d

create-zz-react zz my-app

cd my-app

npm install

npm run str //启动localhost:3000 端口

npm run build-mac // 线上打包 build

安装步骤:https://github.com/jaywcjlove/wcj

markdown 语法加图片:
实例:https://www.jianshu.com/p/280c6a6f2594

你可能感兴趣的:(笔记整理,面试)