-
Notifications
You must be signed in to change notification settings - Fork 2
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
What is considered a bare "skeleton app" HTML? #7
Comments
For very low-level skeleton yes, this would be good, but if no need panels then also remove .panel-overlay. But i would prefer something more closer to dist/ app with very basic functionality, with empty panels, through dynamic navbar and starter page, like:
And in my-app.js:
So it is always easy to remove something not needed, instead of trying to make it work, right?:) |
For my skeleton app, I was thinking of wrapping the Framework7 instance in another class, so I don't have to worry about stamping on variables for the views. In my class the views would be stored in a private object and could still be accessed using a method such as app.getView('mainView'). |
If you mean my JS example, no problem, wrap it. Idea was to have already initialized and working app right in skeleton |
Going to re-visit the whole skeleton app thing at some point, but have decided to get all the helpers etc. out there first, so that people can start pounding on them and improving them. |
Working on the generator for initial application layout that everything else will then build on top of.
@nolimits4web, I as just wondering what, in your opinion, you'd consider to be a base application?
I was thinking of going with this, any thoughts?
The text was updated successfully, but these errors were encountered: