0.1.4 • Published 5 years ago

ui.webhook.yunplus.io v0.1.4

Weekly downloads
21
License
-
Repository
-
Last release
5 years ago

https://material-ui.com/getting-started/installation/

tar && zip the build dir

cd build
tar -zcvf app.tar.gz .

list the zip file

tar -ztvf app.tar.gz

unzip the file

tar -xzf ../app.tar.gz

Release file download url

https://github.com/yfsoftcom/mui-study/releases/download/beta/app.tar.gz

use wget to download the file

$ wget https://github.com/yfsoftcom/mui-study/releases/download/beta/app.tar.gz

Add the ui for the proj

// add postinstall script for the package.json
"postinstall": cpy node_modules/ui.webhook.yunplus.io/build/*.* public/ && cpy node_modules/ui.webhook.yunplus.io/build/index.html views/index.html