编程大咖

VSCode创建Vue 项目

  1. 下载node.js 安装;
    安装后环境变量添加,path。
  2. node -v
    npm -v
    npm install -g @vue/cli

vue --version

–
vue create test_vue
手动配置 test_vue_config (应该有默认的,不用手动配置)

– 启动项目
cd test_vue
npm run serve
http://localhost:8080/

–安装axios
npm install axios

参考:
https://cn.vuejs.org/guide/quick-start.html
https://blog.csdn.net/yy12345_6_/article/details/119796741

« Previous

JavaScript 事件监听器 addEventListener() 方法 和一些基本的事件

Next »

Python爬取豆瓣电影+数据可视化,爬虫教程!

© 2024 编程大咖. Generated with Hugo and Mainroad theme.