Smart Admin: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "<source lang="bash"> unzip -l WB0573SK0.zip unzip WB0573SK0.zip cd ./smartadmin-package-4.0.2 cd ./smartadmin-html-full npm install gulp npm i -g gulp-cli npm install gulp b...")
 
Line 14: Line 14:
==References==
==References==
* [https://stackoverflow.com/questions/38719999 Cannot read property 'apply' of undefined]
* [https://stackoverflow.com/questions/38719999 Cannot read property 'apply' of undefined]
* [[React Native]]

Revision as of 08:15, 25 October 2019

unzip -l WB0573SK0.zip
unzip WB0573SK0.zip

cd ./smartadmin-package-4.0.2
cd ./smartadmin-html-full

npm install gulp
npm i -g gulp-cli
npm install
gulp build

References