项目作者: ahsouza

项目描述 :
Single Page Aplication with Angular.js
高级语言: HTML
项目地址: git://github.com/ahsouza/spa-s-angularjs.git
创建时间: 2017-12-28T22:49:46Z
项目社区:https://github.com/ahsouza/spa-s-angularjs

开源协议:

下载


SPAs in Angular.js

Create Angular.js App Build Status

Examples Single Pages apps with Angular.js.

  1. ├── spa-s-angularjs/spa-angularjs-v1.2.25
  2. └──app
  3. └──controllers
  4. └──contatoController.js
  5. └──homeController.js
  6. └──sobreController.js
  7. └──public
  8. └──contato.html
  9. └──home.html
  10. └──sobre.html
  11. └──app.js
  12. └──index.html
  13. └──routes.js
  14. ├── spa-s-angularjs/spa-angularjs-v1.3.3
  15. └──app
  16. └──main.js
  17. └──component
  18. └──contatos
  19. └──contatos.html
  20. └──contato.controller.js
  21. └──home
  22. home.html
  23. └──index.html
  24. ├── spa-s-angularjs/spa-angularjs-v1.4.5
  25. └── app
  26. └──404
  27. └──contato
  28. └──home
  29. └──sobre
  30. └──.htacess
  31. └──app.js
  32. └──index.html
  33. └──routes.js
  34. ├──

No configuration or complicated folder structures, just the files you need to build your app.

Once the installation is done, you can open your project folder:

The AngularJS Guide includes information on different topics.

Examples of SPAs in different AngularJS versions

How to Update to New Versions?

Please refer to the User Guide for this and other information.

What’s Included?

Your environment will have everything you need to build a modern single-page Angular.js:

  • Angular, JS, ES6, and Flow syntax support.
  • Language extras beyond ES6 like the object spread operator.
  • Autoprefixed CSS, so you don’t need -webkit- or other prefixes.
  • A fast interactive unit test runner with built-in support for coverage reporting.

Check others guide for an overview of how these tools fit together.