The Wayback Machine - https://web.archive.org/web/20200906231352/https://github.com/ihaolin/react-ratchet-gulp/
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

An app demo build with Gulp, React, Ratchet.

  • Build

    • Execute init.sh to install core gulp plugins。
    • Execute gulp command to build all source。
    • Open public/views/login.html or register.html in Chrome's device mode:

    login register

    • NOTE: If you add Ratchet.js into vendor.js,the UI can't respond any event.

    • Push: If you want Ratchet's push feature, need to add push event:

       window.addEventListener('push', function (e) {
         // render React component
         doRender();
      });

About

An app demo build with Gulp, React, Ratchet.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.