Kaynağa Gözat

updated readme

Alexander Rose 7 yıl önce
ebeveyn
işleme
33cf1473b1
1 değiştirilmiş dosya ile 22 ekleme ve 3 silme
  1. 22 3
      README.md

+ 22 - 3
README.md

@@ -16,12 +16,31 @@
 
     npm run watch
 
-### Bundle with rollup (UMD and ES6 )
+### Bundle with rollup (UMD and ES6)
 
-    npm run watch
+    npm run bundle
+
+### Make distribution files
+
+    npm run dist
+
+### Build everything above
+
+    npm run-script build && npm run-script bundle && npm run-script dist
+
+
+## Example script
+
+### Build
+
+    npm run script
+
+### Run
+
+    node ./build/js/script.js
 
 
 TODO
 ----
 
--
+- ...