https://github.com/jorgecasar/app-pages-loader
Component to load dinamically pages and keep a reduced DOM in huge apps.
https://github.com/jorgecasar/app-pages-loader
Last synced: 4 months ago
JSON representation
Component to load dinamically pages and keep a reduced DOM in huge apps.
- Host: GitHub
- URL: https://github.com/jorgecasar/app-pages-loader
- Owner: jorgecasar
- Created: 2017-05-26T14:44:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T15:35:33.000Z (about 8 years ago)
- Last Synced: 2025-02-02T00:45:51.067Z (5 months ago)
- Language: HTML
- Homepage: https://www.webcomponents.org/element/jorgecasar/app-pages-loader
- Size: 1.89 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.webcomponents.org/jorgecasar/app-pages-loader)
# \
Component to load dynamically pages and keep a reduced DOM in huge apps.
```html
Max nodes
Max history
Page
View 1
View 2
View 3
View 404
var demo = document.querySelector('#demo');
demo.selected = 'view1';```
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```## Running Tests
```
$ polymer test
```Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.