Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facilitate backend integration in addons #272

Closed
2 tasks done
sinedied opened this issue Mar 5, 2018 · 0 comments
Closed
2 tasks done

Facilitate backend integration in addons #272

sinedied opened this issue Mar 5, 2018 · 0 comments

Comments

@sinedied
Copy link
Member

sinedied commented Mar 5, 2018

In order to facilitate the creation of backend-oriented addons to make the generator fullstack, we should prepare some groundwork.

Tasks

  • Add core constructor option to classify the kind of generator being made: client, server or fullstack. This will determine where the generator files shoud go and enable "fullstack" mode when one addon is either client or server. For fullstack generator, 2 separate template folder should be provided for client and server. Default to client mode.
  • Allow to configure destination path for frontend and backend folders (defaults: client / server) using a shared prop.
@sinedied sinedied self-assigned this Mar 5, 2018
@sinedied sinedied moved this from In Progress to Done, Unreleased in ngX-Rocket backlog for all repos Mar 21, 2018
@sinedied sinedied moved this from Done, Unreleased to Released in ngX-Rocket backlog for all repos Mar 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
ngX-Rocket backlog for all repos
  
Released/Processed
Development

No branches or pull requests

1 participant