标签:json 项目开发 打包 style watch manifest ref targe 现在
1.Node.js下载与安装
https://nodejs.org/zh-cn/download/
Windows现在windows安装包(.msi),现在后手动安装,安装目录无要求,选项默认即可
2.项目中安装
cmd到项目文件夹,输入以下命令回车执行
npm install
npm install -g grunt-cli
3.监控
项目开发时,cmd到项目文件夹,输入以下命令
grunt watch
监控manifest.json,代码保存后会自动打包。
标签:json 项目开发 打包 style watch manifest ref targe 现在
原文地址:https://www.cnblogs.com/wintertone/p/12035303.html