vue创建项目

1、创建

vue create app_name

2、开启

npm run serve

3、引入axios

sudo yarn add axios
原文地址:https://www.cnblogs.com/jiqing9006/p/14680078.html