文件名称:angular-app:AngularJS应用程序结构
文件大小:28KB
文件格式:ZIP
更新时间:2024-02-24 18:43:35
javascript angularjs localization app-structure LocalizationJavaScript
AngularJS应用程序结构
安装
该结构利用和来管理其依赖性。 因此,在使用它之前,您需要确保在计算机上都安装了它们。
安装后,运行以下命令来安装依赖项。
$ npm install
$ bower install
Gulp任务
开发环境
$ gulp dev
提供以下选项:
--watch :文件更改时重新运行子任务
--env =
【文件预览】:
angular-app-master
----.jshintrc(35B)
----.gitignore(38B)
----.env.example(3B)
----package.json(1KB)
----.env.json(46B)
----LICENSE.md(1KB)
----karma.conf.js(880B)
----.bowerrc(35B)
----.travis.yml(149B)
----gulpfile.js(1KB)
----gulp()
--------tasks()
----README.md(5KB)
----www()
--------.gitignore(14B)
----dev()
--------.gitignore(10B)
--------app()
--------.htaccess(338B)
--------assets()
--------index.html(2KB)
--------favicon.ico(0B)
----.gitattributes(12B)
----bower.json(243B)
----test()
--------coverage()
--------specs()
----.editorconfig(172B)