Horje
npm install --global vue-cli Code Example
install vue cli
npm install -g @vue/cli                           
//to see the version installed
vue --version
npm install cli vue
npm install -g @vue/cli
# OR
yarn global add @vue/cli
npm install --global vue-cli
npm install --global vue-cli is now
npm install -g @vue/cli
install vue-cli
npm install -g vue-cli    //make sure you have node and npm installed 
vue init webpack <appname>  //  eg:  vue init webpack myapp
cd <appname>               // cd myapp
npm install
npm run dev  //server will start in port 8080




Shell

Related
git squash last 2 commits Code Example git squash last 2 commits Code Example
kubernetes get services Code Example kubernetes get services Code Example
linux create executable Code Example linux create executable Code Example
adb uninstall apk Code Example adb uninstall apk Code Example
mount in linux Code Example mount in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11