Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-dom-ready
Dom ready based on next.
https://github.com/afeiship/next-dom-ready
dom next ready
Last synced: about 2 months ago
JSON representation
Dom ready based on next.
- Host: GitHub
- URL: https://github.com/afeiship/next-dom-ready
- Owner: afeiship
- License: mit
- Created: 2016-01-25T03:43:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T07:01:30.000Z (over 7 years ago)
- Last Synced: 2024-11-16T03:29:44.943Z (3 months ago)
- Topics: dom, next, ready
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# next-dom-ready
> dom ready based on next toolkit## usage:
```javascript
nx.domReady(function(){
console.log('Hello world!');
});
```