Get a well-designed website from as low as $300. Hosting included. Domain name included. For one year. Facebook Comments
Open a command prompt window in any folder In Windows
There is another trick to do the same thing. navigate to the folder and then simply type CMD in the address bar and hit Enter to open the command prompt […]
sublime text 3:- syntax highlighting for vue.js
browse the location of sublime package folder C:\Program Files\Sublime Text 3\Packages> then git clone https://github.com/BrainBuzzer/vuejs-sublime-complete.git NB make sure you have git bash installed on your windows GIT BASH Then open […]
Removing “/wp” From WordPress Url
GOAL: transform http://mydomain.com/wp/url to http://mydomain.com/url, 1) in your dashboard, go to settings -> general and make sure a) wordpress directory -> http://mydomain.com/wp b) site address -> http://mydomain.com 2) move your […]
Unexpected token error \u0000 when installing with npm
How to fix npm error simply run “npm cache clean” Facebook Comments