文件名称:spa-boilerplate:带有 Grunt、AngularJS 和 browserify 的单页应用样板
文件大小:31KB
文件格式:ZIP
更新时间:2024-07-07 15:07:29
JavaScript
spa样板 样板的建立在AngularJS的顶部和单页应用browserify 。 涵盖在不同环境中构建应用程序、依赖项管理、目录结构和编码约定。 现场演示... defaut 包含的浏览器库 浏览器内的依赖项由bower管理。 默认样板使用: AngularJS 1.3 jQuery 2.1(如果不需要可以删除) angular-ui-router凉亭包 要安装其他库,请使用带有--save标志的bower并在Gruntfile.js编辑concat:vendor任务。 添加任何新库后,您必须再次运行grunt vendor 。 $ bower install --save moment.js 构建系统 代码组织在 CommonJS 模块中。 这些都由browserify捆绑在一起。 构建任务在Gruntfile.js中定义。 默认grunt任务在localhost:8000上运
【文件预览】:
spa-boilerplate-master
----fronts()
--------index.html(546B)
----config()
--------config.json.dist(380B)
--------aws.json.dist(95B)
----package.json(714B)
----Gruntfile.js(7KB)
----.gitignore(251B)
----lib()
--------init()
--------app()
--------user()
--------mail()
--------todo()
----public()
--------api()
--------login()
--------build()
----README.md(4KB)
----.jshintrc(217B)
----bower.json(179B)