sunny
0
Q:

create vue project

npm install -g @vue/cli
//then
vue create hello-world
2
vue create my-project
# OR
vue ui
0
cd vue_projects

vue create vue-project-name
//the project name MUST NOT have camelcase format  

cd vue-project-name
npm run serve
1
Use npx @vue/cli create myapp
0
creating neww vuejs project
-1

New to Communities?

Join the community