react-intl-universal
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "react-intl-universal", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Internationalize React apps. Not only for React.Component but also for Vanilla JS.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -360,3 +360,7 @@ # react-intl-universal | ||
git clone git@github.com:alibaba/react-intl-universal.git | ||
cd react-intl-universal/examples | ||
``` | ||
For browser rendering, | ||
```sh | ||
cd react-intl-universal/examples/browser-example | ||
npm install | ||
@@ -366,2 +370,9 @@ npm start | ||
For server-side rendering, | ||
```sh | ||
cd react-intl-universal/examples/node-js-example | ||
npm install | ||
npm start | ||
``` | ||
## Ask Question | ||
@@ -368,0 +379,0 @@ [](https://gitter.im/react-intl-universal/Lobby) |
27785
390