# grunt-angular.js **Repository Path**: taoooo/grunt-angular.js ## Basic Information - **Project Name**: grunt-angular.js - **Description**: angular.js + grunt demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 快速开始 检查你的系统中是否安装了 `npm -v`,如果还没有安装,请到 [nodejs](https://nodejs.org/en/) 下载并安装。 然后,执行下面的命令。 ``` cd src npm install grunt # 如果提示没有找到命令,那么可以执行 ./node_modules/.bin/grunt ``` ## 开发模式 执行 `grunt` 即可进入开发模式,当你修改 `src` 目录下的文件时,浏览器将会自动刷新。 ## 发布模式 执行 `grunt build`