- 下载node.js 安装;
安装后环境变量添加,path。 - node -v
npm -v
npm install -g @vue/cli
vue --version
--
vue create test_vue
手动配置 test_vue_config (应该有默认的,不用手动配置)
-- 启动项目
cd test_vue
npm run serve
--安装axios
npm install axios
参考:
https://cn.vuejs.org/guide/quick-start.html
https://blog.csdn.net/yy12345_6_/article/details/119796741