Pages Admin now officially supports runs on MeteorJS 1.5, we have took the time integrate all Pages demo components and widgets to a MeteorJS but this is under Beta with new layouts. Any contribution on Meteorjs is welcome.
Dependencies Required to be installed from Atmosphere
Router is located in imports/startup/client/routes.js
BlazeLayout render layout name to change layouts
Router is located in imports/ui/layouts/
Some layouts may use extra classes like horizontal. Therefore in the routes.js file on your route code and this extra callbacks
on route. Remeber to add the appropriate classs
triggersEnter: [function() {
$("body").addClass("horizontal-app-menu");
}],
triggersExit: [function() {
$("body").removeClass("horizontal-app-menu");
}]
Each components like sidebar, horizontal nav, search and quick view can be found in
imports/ui/components/
All LESS files in Pages are available in
imports/ui/stylesheets/
To change a theme go to
client/main.less
and change the varriable
@theme-name
Demo files are localed in client/views
If you have any problems please don't hesitate to contact us at support@revox.io. We will be glad to help you out. There will be constant updates to meteorjs to make it 100% compatible with all 5 layouts