0.4.1 • Published 7 years ago
rambler-ui-playground v0.4.1
rambler-ui-playground
Rambler UI Playground creator
Install
npm install --save-dev rambler-ui-playground
Configuration
Configure playground by creating .playground.json
file in root of the repository:
{
"title": "Rambler UI",
"libName": "rambler-ui",
"branch": "master",
"repo": "git@gitlab.rambler.ru:rambler-ui/rambler-ui",
"repoLink": "https://gitlab.rambler.ru/rambler-ui/rambler-ui/",
"pathPrefix": "/rambler-ui"
}
You also can create more complex configuration to setup playground:
.playground.json
.playground.js
.playground/index.js
CLI
Playground expose cli commands to simplify demo creation:
playground server
- run webpack dev serverplayground build
- compile latest demo versionplayground pages
- build and publish multi-version demo
Contribute
Clone this repository to your local device and install deps:
git clone git@gitlab.rambler.ru:rambler-ui/playground.git
cd playground
npm install
We use npm
scripts to run following tasks:
npm run dev
- run example playgroundnpm test
- run testsnpm run eslint
- lint code stylenpm version <version>
- bump the package version and publish in CI
0.4.1
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.0
7 years ago
0.1.14
7 years ago
0.1.13
7 years ago
0.1.12
7 years ago
0.1.11
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago