All Projects → angular-starter-kit → generator-angular-pro

angular-starter-kit / generator-angular-pro

Licence: other
AngularJS project generator for scalable, enterprise-grade web and mobile applications

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to generator-angular-pro

Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+2990.7%)
Mutual labels:  cordova, ionic, yeoman
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+16.28%)
Mutual labels:  cordova, ionic, hybrid
ionic-3-video-calling-using-webrtc
This is demo code of how to implement video calling in ionic 3 using webrtc
Stars: ✭ 58 (+34.88%)
Mutual labels:  cordova, ionic
v-cupertino
A Vue 3 Wrapper for Cupertino Pane Library
Stars: ✭ 17 (-60.47%)
Mutual labels:  cordova, ionic
Mobile.UP
Mobile.UP
Stars: ✭ 13 (-69.77%)
Mutual labels:  cordova, ionic
cordova-set-version
CLI and JavaScript API for setting the version in Apache Cordova config.xml
Stars: ✭ 19 (-55.81%)
Mutual labels:  cordova, ionic
ionic-vue-mobile-template-03
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 62 (+44.19%)
Mutual labels:  cordova, ionic
bitpocket-mobile-app
Mobile app for accepting bitcoin payments at the point of sale (Bitcoin POS).
Stars: ✭ 26 (-39.53%)
Mutual labels:  cordova, ionic
gulp-cordova
[UNMAINTAINED] Very simple plugin to run cordova commands with a simple interface from gulp
Stars: ✭ 23 (-46.51%)
Mutual labels:  gulp, cordova
cordova-plugin-crypto-file
Encrypts source files, works with cordova-plugin-ionic-webview
Stars: ✭ 29 (-32.56%)
Mutual labels:  cordova, ionic
cordova-plugin-flurryanalytics
Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
Stars: ✭ 23 (-46.51%)
Mutual labels:  cordova, ionic
cordova-plugin-xpay
💰 This is a app payment cordova-plugin, support wechat payment and alipay temporally.
Stars: ✭ 19 (-55.81%)
Mutual labels:  cordova, ionic
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (-58.14%)
Mutual labels:  cordova, ionic
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-58.14%)
Mutual labels:  gulp, yeoman
travis-ci-ionic-yml
An example configuration of Ionic/cordova + NPM + AngularJS + Android continuous integration setup on Travis CI
Stars: ✭ 21 (-51.16%)
Mutual labels:  cordova, ionic
Ioniclub
❤️ Ioniclub is hybird mobile app of https://cnodejs.org
Stars: ✭ 35 (-18.6%)
Mutual labels:  cordova, ionic
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+4.65%)
Mutual labels:  gulp, yeoman
ionic-docker
An ionic image for CI
Stars: ✭ 56 (+30.23%)
Mutual labels:  cordova, ionic
build ionic2 app chinese
this is the chinese version of <build ionic2 app chinese>
Stars: ✭ 16 (-62.79%)
Mutual labels:  ionic, hybrid
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-67.44%)
Mutual labels:  gulp, yeoman

generator-angular-pro

NPM version Build status Downloads

Web/mobile Angular project generator for scalable, enterprise-grade applications.

Includes modern (and stable) tools and workflow, best practices, base template and an exhaustive documentation. Get started quickly even with beginner teams, in any work environment (proxy included).

Built on experience with large web projects, with architecture choices aiming for a clean, no-brainer development experience.

See generated project example here.

logo

Getting started

  1. Install required tools:
npm install -g yo gulp bower generator-angular-pro
  1. Create your application:
yo angular-pro

Project structure

gulp/                   individual gulp tasks
sources/                project source code
|- data/                other project data, will be copied as-is
|- fonts/               project fonts
|- images/              project images
|- libraries/           Bower dependencies
|- main/                app components
|  |- main.config.ts    app configuration code
|  |- main.constants.ts app configuration constants
|  |- main.module.ts    app module definition
|  |- main.routes.ts    app routes
|  |- main.run.ts       app entry point
|  |- main.wrappers.ts  AngularJS module wrappers for external libraries
|  |- main.scss         style entry point
|  |- helpers/          helper services
|  |- screens/          application screens
|  |- shell/            application shell
|  |- ui-components/    shared UI components
|  |- web-services/     web services
|  +- ...               additional components
|- translations/        translations files
+- index.html           html entry point
e2e/                    end-to-end tests
dist/                   compiled version (www/ for mobile projects)
typings/                TypeScript definitions
reports/                test and coverage reports + generated documentation
platforms/              Cordova platform-specific projects (for mobile projects)
plugins/                Cordova plugins (for mobile projects)
resources/              icon and splash screen resources (for mobile projects)
gulpfile.config.js      gulp tasks configuration

Coding guides

Additional documentation

Features

Libraries

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].