Posts

Showing posts from March, 2020

How to Set up Vue.js Project and Start Vuejs New Project

open IDE (visual Studio) Or Command Prompt. If you are using Visual Studio then Open it and In the top you can see Terminal > New Termina and follow these commands. >npm install -g vue-cli Syntax: > vue init <template-name> <project-name> example: vue init webpack-simple new-project > cd new-project > npm install > npm run serve If Get Error then once run this command >npm install node-sass After run project >npm run serve How To Install and SetUp NodeJs and NPM 

How To Install & Setup Ubuntu on VirtualBox - Got It

hey guys whats up all, Hope you doing well, Ok Lets sync now with how to setup VirtualBox and inside VirtualBox how to setup Other Os Example: Ubuntu. So First you Need to do How To Download VirtualBox There are many open and free sources but i am using VirtualBox, its simple and load fast - You can it by below link. https://www.virtualbox.org/wiki/Downloads After DOWNLOAD if you are using Windos just clikc on next and next and install, Cool its take 2 to 5 minits to install ( Note: In bettew any packages is asked to install then install) How To Download Ubuntu Os Now Its time to Download Operating System (OS). Here i am download Ubuntu 16.04 through the below http://releases.ubuntu.com/16.04/ Once you go through that link and its show Desktop image and Server install image and more.. You always go through Desktop Images Why i am using Ubuntu 16.04?  As per my project it is good and in this no confluxs and no errors and simple to use. Requiriments ...