0 votes
in VueJS by
How do you create project using vue CLI?

1 Answer

0 votes
by

You can create project using vue create command

vue create my-app

You can either choose the default preset or select "Manually select features" to pick the features you need.

The default preset prompt would be as below,

image

and the manual select features would be as below,

image

Related questions

0 votes
asked Sep 12, 2023 in VueJS by AdilsonLima
0 votes
asked Sep 12, 2023 in VueJS by AdilsonLima
...