@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.htmlYou can generate a project by generator-gulp-ionic, welcome the try and stars.
Posts: 1
Participants: 1