UNPKG
react-ui-playground
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
A pruned live jsx editor from React.
wjsjtu.github.io/react-playground/
react-ui-playground
/
.travis.yml
13 lines
•
164 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
---
language:
node_js
node_js:
-
'5.3.0'
sudo:
true
cache:
directories:
-
node_modules
install:
-
npm
install
-g
webpack
-
npm
install
script:
-
npm
start