文件名称:grunt-sample:咕噜声基础样本
文件大小:3.71MB
文件格式:ZIP
更新时间:2024-07-08 18:16:36
JavaScript
咕噜声样本 这是 grunt 基础样本。 安装 Node.js 自制安装 $ ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install ) " Node.js(npm) 安装 $ brew install node grunt-cli 安装 $ npm install -g grunt-cli 初始化项目 $ cd [path_to_projekt_dir] $ npm init package.json 示例 { "name" : "grunt-sample" , "version" : "1.0.0" , "description" : "grunt base sample." , "main" : "index.js" , "script