ソースを参照

Improved local build instructions (#6313)

Dustin Utecht 3 年 前
コミット
77f69f492d
1 ファイル変更9 行追加0 行削除
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -114,9 +114,18 @@ And then open: http://localhost:8081/bootstrap-table-examples
 
 ## Local build
 
+Be sure to use a current version of yarn/npm.
 To build bootstrap-table locally please run:
 
+### Yarn
+```
+yarn install
+yarn build
+```
+
+### Npm
 ```
+npm install
 npm run build
 ```