Notes about tests & demo.
This commit is contained in:
10
README.md
10
README.md
@@ -12,6 +12,11 @@ to deliver a fast browsing experience.
|
|||||||
_It allow you to completely transform user experience of standard websites
|
_It allow you to completely transform user experience of standard websites
|
||||||
(server side generated or static ones) to make them feel they browse an app._
|
(server side generated or static ones) to make them feel they browse an app._
|
||||||
|
|
||||||
|
## No tests or Demo ?
|
||||||
|
|
||||||
|
There is still a lot of work to do to make this repo sexy like tests & simple demo,
|
||||||
|
but for now [you can see this running on my website](http://moox.io), with sexy CSS animations when switching pages.
|
||||||
|
|
||||||
## How Pjax works
|
## How Pjax works
|
||||||
|
|
||||||
Pjax loads page using ajax & updates the browser's current url using pushState without reloading your page's layout or any resources (js, css), giving a fast page load.
|
Pjax loads page using ajax & updates the browser's current url using pushState without reloading your page's layout or any resources (js, css), giving a fast page load.
|
||||||
@@ -464,8 +469,9 @@ new Pjax()
|
|||||||
document.addEventListener("pjax:success", whenContainerReady)
|
document.addEventListener("pjax:success", whenContainerReady)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## [Changelog](CHANGELOG.md)
|
||||||
|
|
||||||
## [Contributing]
|
## Contributing
|
||||||
|
|
||||||
Please read the file nobody reads (make me lie) [CONTRIBUTING.md](CONTRIBUTING.md)
|
Please read the file nobody reads (make me lie) [CONTRIBUTING.md](CONTRIBUTING.md)
|
||||||
|
|
||||||
@@ -482,6 +488,4 @@ $ gulp
|
|||||||
Now you can work on the file, then make a commit and a push something when gulp doesn't show any error.
|
Now you can work on the file, then make a commit and a push something when gulp doesn't show any error.
|
||||||
Thanks.
|
Thanks.
|
||||||
|
|
||||||
## [CHANGELOG](CHANGELOG.md)
|
|
||||||
|
|
||||||
## [License](LICENSE-MIT)
|
## [License](LICENSE-MIT)
|
||||||
|
|||||||
0
tests/todo,sorry
Normal file
0
tests/todo,sorry
Normal file
Reference in New Issue
Block a user