create project vue cli 2 code example
Example 1: create vue project
npm install -g @vue/cli
//then
vue create hello-world
Example 2: vue create from preset
vue create --preset
npm install -g @vue/cli
//then
vue create hello-world
vue create --preset