Nectar Documentation
Demo
Buy Now
Search…
Introduction
Getting Started
Installation
Directory Structure
Dependencies & Plugins
The Basics
Configuration
Routes
App Layout
App Initialization
Theming
Internationalization
UI/UX
Components
Screens
Advanced
Web APIs
Cordova Plugins
Integrations
Publishing
Progressive Web App
Cordova/PhoneGap App
Powered By
GitBook
Routes
The entry point for the Nectar app is
index.html
The paths for loading pages inside the app shell are defined inside
/assets/custom/js/routes.js
file.
Inside
window.routes = [];
array, you can define all the routes.
You can learn about Framework7 routes here —
https://v3.framework7.io/docs/routes.html
The Basics - Previous
Configuration
Next - The Basics
App Layout
Last modified
3yr ago
Copy link