文件名称:modular-angular-seed:模块化 AngularJS 种子
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-29 04:30:49
JavaScript
模块化 AngularJS 种子 Modular Angular JS Seed 是一组工具和最佳实践的集合,用于维护干净的项目结构。 该项目的主要目标是: 代码库一致性和可维护性 模块化开发 依赖管理 可定制的构建过程 高级造型支持 无痛测试体验 如何创建模块 在 'modules' 目录中创建一个具有模块名称的目录 创建一个名为“module.js”的文件并为新模块创建存根 将新模块添加到 scripts/Grunt.config.build.customers.js 文件中所需的客户配置文件 为模块创建登陆页面 在新创建的模块文件夹中创建一个“view”目录 在“view”目录中为登陆页面创建一个模板(使用 *.tpl.html 模式) 创建 routes.js 文件并为登陆页面添加路由 将 route.js 文件添加到模块 添加样式 在模块目录中添加 style.scss 文件
【文件预览】:
modular-angular-seed-master
----.gitignore(121B)
----app()
--------main.js(2KB)
--------scss()
--------index.html(1KB)
--------modules()
----.eslintrc(226B)
----.travis.yml(264B)
----scripts()
--------package.json(2KB)
--------server()
--------.bowerrc(58B)
--------Gruntfile.js(3KB)
--------Grunt.config.test.js(1KB)
--------Grunt.config.build.js(3KB)
--------Grunt.config.install.js(179B)
--------Grunt.config.test_seed.js(121B)
--------Grunt.config.serve.js(413B)
--------Grunt.config.build.customers.js(1KB)
--------protractor.config.js(793B)
--------karma.config.js(533B)
--------bower.json(688B)
--------Grunt.config.style.js(621B)
--------test()
----README.md(2KB)