part 1 – here part 3 – Use Browserify Globally as Watcher in PhpStorm [ add import / export support ] npm i -g babelify@10.0.0 minifyify@7.3.5 you should have babelrc, if you do not have it, you can follow – here Use Browserify as Watcher in PhpStorm $FilePath$ -t [ /usr/local/lib/node_modules/babelify/index.js --presets [/usr/local/lib/node_modules/@babel/preset-env ] ]
Tips and tricks

First, we need to install browserify globally Open terminal and say sudo npm install -g browserify@16.5.0 @babel/core@^7 @babel/plugin-transform-runtime@^7 Make sure that in Program you may have /usr/local/lib/node_modules/browserify/bin/cmd.js Then in Arguments $FilePath$ -o $FileDir$/$FileNameWithoutAllExtensions$.js Then in Output paths to refresh dist/$FileDirRelativeToProjectRoot$/$FileNameWithoutExtension$.js:dist/$FileDirRelativeToProjectRoot$/$FileNameWithoutExtension$.js.map optional: You could extend with babelify tutorial here Remember to set in Program argument (

First, we need to install babel-cli globally Open terminal and say npm install -g @babel/core @babel/cli Then, you will need a preset that babel will follow for now, we will use preset-env: npm install -g @babel/preset-env We will check if / where preset-env is installed which @babel/preset-env It may return nothing, but in my OS
First , you need to generate the private key openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt Then, you can convert them to pem files openssl rsa -in privateKey.key -text > privateKey.pem openssl x509 -inform PEM -in certificate.crt > certificate.pem Or go to https://manage.sslforfree.com/
Go to your editor. Add 3 columns for example Let’s say we want the first and last column at 10% width Write for the COLUMN element the Additional CSS Class of first-last-10perc Go to Dashboard > Customize > Extra css and enter
go to https://translate.google.com/toolkit/list#translations/active upload your .mo file select your language and just press next download your final mo file
install adb tools minimal open Minimal ADB and Fastboot write adb devices allow usb debugging on your mobile device go to Chrome chrome://inspect/#devices all done