碎碎念:初始化vue项目

本文详细介绍了如何使用Vue CLI从零开始构建一个Vue项目。包括安装Node.js和npm,使用npm全局安装Vue CLI,手动配置项目特性如Babel、Router等,并选择Vue 2.x版本进行构建。
摘要由CSDN通过智能技术生成

使用vue cli 构建项目

  • 先检查是否安装 node.js和 npm(node -v npm -v),如果没有安装请先安装
  • 安装vue cli
	npm install -g @vue/cli
  • 创建项目名称
vue create 项目名称
  • 选择 手动配置 Manually select features (上下键控制)
Vue CLI v5.0.8
? Please pick a preset: (Use arrow keys)
❯ n ([Vue 2] babel, router) 
  Default ([Vue 3] babel, eslint) 
  Default ([Vue 2] babel, eslint) 
  Manually select features 

  • 选择 Babel 转码器 Router, Vuex(上下键控制 空格选择 )
? Check the features needed for your project: (Press <space> to select, <a> to 
toggle all, <i> to invert selection, and <enter> to proceed)
❯◉ Babel
 ◯ TypeScript
 ◯ Progressive Web App (PWA) Support
 ◯ Router
 ◯ Vuex
 ◯ CSS Pre-processors
 ◉ Linter / Formatter
 ◯ Unit Testing
 ◯ E2E Testing
  • 选择版本 2.x(3.x 有部分不兼容)
? Choose a version of Vue.js that you want to start the project with (Use arrow 
keys)
❯ 3.x 
  2.x 
  • 是否在路由中 开启 history模式,选择 No
? Use history mode for router? (Requires proper server setup for index fallback 
in production) (Y/n) 
  • 你想把你的配置文件放在一个独立的配置文件中,还是放到package.json中?选择 In package.json(两者区别不大)
? Where do you prefer placing config for Babel, ESLint, etc.? (Use arrow keys)
❯ In dedicated config files 
  In package.json 
  • 是否保存以上设置,方便下次选择,选择 No
? Save this as a preset for future projects? (y/N) 

最后等待项目构建完成即可

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值