So I’ve set my project up using sencha cmd. I have the following dir
app
-model
-view
-store
-controller
If I create custom plugins or feature where should I place them under views, or some other location?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have the following directory structure:
You then include each plugin in your header:
There is some sense though to have the following folder structure as plugins are component plugins thus are part of the view layer: