文件名称:ng-startup:ngbp fork用于Corley AngularJs项目
文件大小:356KB
文件格式:ZIP
更新时间:2024-05-17 06:41:47
JavaScript
请参考上的完整文档 ======= 项目 主文件夹和文件 bower.json包含网络依赖项列表(jquery,bootstrap ...) config /包含配置文件(应用程序,phonegap,秘密部署密钥) src /包含应用程序的源代码(javascript,图像,样式) 安装 $ sudo npm -g install grunt-cli karma bower $ npm install 当地发展 此命令在build文件夹中创建应用程序的运行版本,且没有js和css压缩 $ grunt watch 使用浏览器访问 这些命令在bin文件夹中创建应用程序的运行版本,以准备生产 $ grunt build:web $ grunt compile:web grunt compile:web后使用浏览器访问 用phonegap编译 此命令为移动设备创建一个版本,上传到phon
【文件预览】:
ng-startup-master
----.gitignore(146B)
----package.json(1KB)
----src()
--------app()
--------sass()
--------assets()
--------less()
--------index.html(926B)
--------i18n()
--------common()
----Gruntfile.js(28KB)
----LICENSE(1KB)
----.gitmodules(0B)
----README.md(1KB)
----config()
--------karma-unit.tpl.js(2KB)
--------module.prefix(43B)
--------build.config.js(6KB)
--------secret.json.dist(291B)
--------module.suffix(30B)
--------phonegap.config.xml(7KB)
----bower.json(874B)