簡介 阿里的
紅色的是項目名字
egg-init --type simple
First && cd
First
egg-init --type simple Second && cd Second
hello 成功運行,也添加了一個 自定義的控制器,新請求
幫助
egg-init help
egg-init egg-example
--registry 「https://registry.npm.taobao.org」 --type=simple && cd egg-example &&
cnpm i && npm run dev && open localhost:7001
成功
有異步函數
問題
egg-init --registry 「https://registry.npm.taobao.org」
要用 --registry 參數臨時設置下倉庫 , 惋惜不能此設置不會被保存 , 每次執行命令都要添加這個參數
egg-init 沒法建立項目
鏈接npm官方倉庫超過5秒 , 超時了
解決方法 : 設置淘寶源