課程
/前端開發
/前端工具
/Grunt-beginner前端自動化工具
有辦法可以自動生成package.json嗎?
2015-12-26
源自:Grunt-beginner前端自動化工具 2-1
正在回答
-- npm init
This will ask you a bunch of questions, and then write a package.json for you.
這個是官方的解釋。
舉報
通過配置Grunt自動化工具,提高您的工作效率,出乎您的想象
3 回答我按vim index.html生成的是swp文件,而且還刪不了呢。為什么會這樣?不是應該生成index.html嗎?
9 回答為什么yo webapp 生成的是gulpfile而不是gruntfile
1 回答安裝時寫代碼的工具是什么?
1 回答為什么我自動生成的bower.json根本并沒有version這個關鍵字
1 回答package.json
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-12-27
-- npm init
This will ask you a bunch of questions, and then write a package.json for you.
這個是官方的解釋。