错误提示
E:\grunt-in-action\grunt-by-webapp>grunt serve
grunt-cli: The grunt command line interface (v1.2.0)
Fatal error: Unable to find local grunt.
If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt,
please see the Getting Started guide:
http://gruntjs.com/getting-started
npm i grunt -S
在项目里面运行后再尝试打包试一下