Quantcast
Viewing all articles
Browse latest Browse all 49220

Ionic yeoman generator with gulp-angular project sructure

@zpczjl wrote:

I have written a ionic yeoman genrator, which generate ionic project with gulp-angular project structure mentioned in Best Practice Recommendations for Angular App Structure

All related files (including scss, html, js) of a view, directive, filter or service are placed in their own folder, which is better for large scale project.

│   │   ├──  components/
│   │   │   └──  githubContributor/
│   │   │   │   └──  githubContributor.service.js
│   │   │   │
│   │   │   └──  malarkey/
│   │   │   │   ├──  malarkey.directive.js
│   │   │   │   └──  malarkey.(scss|styl|less|css)
│   │   │   │
│   │   │   └──  navbar/
│   │   │   │   ├──  navbar.directive.(js|ts|coffee)
│   │   │   │   ├──  navbar.html
│   │   │   │   └──  navbar.(scss|styl|less|css)
│   │   │   │
│   │   │   └──  webDevTec/
│   │   │       └──  webDevTec.service.js
│   │   │
│   │   ├──  main/
│   │   │   ├──  main.controller.(js|ts|coffee)
│   │   │   ├──  main.controller.spec.js
│   │   │   └──  main.html

You can generate a project by generator-gulp-ionic, welcome the try and stars.

Image may be NSFW.
Clik here to view.
:slight_smile:

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49220

Trending Articles