Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 72eae3e..4a7f226 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,5 +1,7 @@
# Examples
-Setup
+
+Setup
+
```shell
npm install
# OR
@@ -7,12 +9,16 @@ yarn
```
## Less
+
### node
+
```shell
cd examples/less/node
node ./index.js
```
+
### Gulp
+
```shell
cd examples/less/gulp
gulp build
@@ -20,12 +26,16 @@ gulp build
## PostCSS
+
### node
+
```shell
cd examples/postcss/node
node ./index.js
```
+
### Gulp
+
```shell
cd examples/postcss/gulp
gulp build
@@ -33,7 +43,9 @@ gulp build
## Sass
+
### node
+
```shell
cd examples/sass/node
node ./index.js
@@ -46,12 +58,16 @@ gulp build
## SCSS
+
### node
+
```shell
cd examples/scss/node
node ./index.js
```
+
### Gulp
+
```shell
cd examples/scss/gulp
gulp build
@@ -59,14 +75,17 @@ gulp build
## Stylus
+
### node
+
```shell
cd examples/stylus/node
node ./index.js
```
+
### Gulp
+
```shell
cd examples/stylus/gulp
gulp build
```
-