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 

Comments

Popular posts from this blog

ERR: error parsing query: found influx, expected SELECT, DELETE, SHOW, CREATE, DROP, EXPLAIN, GRANT, REVOKE, ALTER, SET, KILL at line

How To Convert Html File/URL/String Into Image Using Python

How to get Full URL or get absolute url In Django