vue 脚手架启动html,vue脚手架项目创建步骤详解

这篇文章主要介绍了vue脚手架项目创建步骤详解,文章讲解的很清晰,初学者可以跟着步骤学习下

vue脚手架 —> vue.cli

快速的创建一个大型的功能齐全的vue项目模板(初始化项目)

土味解释:快速的创建一个空的vue项目

安装(全局安装)

全局安装

> npm i @vue/cli -g

创建vue脚手架项目

> vue create 项目名

配置选项

Vue CLI v4.5.11

? Please pick a preset: (Use arrow keys)

> Default ([Vue 2] babel, eslint)

Default (Vue 3 Preview) ([Vue 3] babel, eslint)

Manually select features

按上下选择 ,回车确认,这里选择第三项手动

选择功能

Vue CLI v4.5.11

? Please pick a preset: Manually select features

? Check the features needed for your project: (Press to select, to toggle all, to invert selection)

>(*) Choose Vue version

(*) Babel

( ) TypeScript

( ) Progressive Web App (PWA) Support

( ) Router

( ) Vuex

( ) CSS Pre-processors

(*) Linter / Formatter

( ) Unit Testing

( ) E2E Testing

上下移动光标,空格选择,回车确认,这里选择 1 2 5 6 选项

选择版本

? Check the features needed for your project: Choose Vue version, Babel, Router, Vuex

? Choose a version of Vue.js that you want to start the project with (Use arrow keys)

> 2.x

3.x (Preview)

这里选择 2.x

是否使用历史模式

? Use history mode for router? (Requires proper server setup for index fallback in production) (Y/n)

这里输入n 回车

Babel, ESLint等的配置位置

? Where do you prefer placing config for Babel, ESLint, etc.? (Use arrow keys)

> In dedicated config files

In package.json

这里选择选择第一项 专用配置文件存放

是否存为预置

? Save this as a preset for future projects? (y/N)

这里选择 n

创建成功

Vue CLI v4.5.11

Creating project in D:\MyStudy\myvue2.

⚙️ Installing CLI plugins. This might take a while...

> core-js@3.9.1 postinstall D:\MyStudy\myvue2\node_modules\core-js

> node -e "try{require('./postinstall')}catch(e){}"

> ejs@2.7.4 postinstall D:\MyStudy\myvue2\node_modules\ejs

> node ./postinstall.js

added 1208 packages from 928 contributors in 21.836s

61 packages are looking for funding

run `npm fund` for details

🚀 Invoking generators...

📦 Installing additional dependencies...

added 5 packages from 1 contributor in 4.671s

61 packages are looking for funding

run `npm fund` for details

⚓ Running completion hooks...

📄 Generating README.md...

🎉 Successfully created project myvue2.

👉 Get started with the following commands:

$ cd myvue2

$ npm run serve

进入项目 目录

> cd myvue2

启动服务

> npm run serve

DONE Compiled successfully in 2492ms

App running at:

- Local: http://localhost:8080/

- Network: http://192.168.17.154:8080/

Note that the development build is not optimized.

To create a production build, run npm run build.

到此这篇关于vue脚手架项目创建步骤详解的文章就介绍到这了,更多相关vue脚手架项目创建内容请搜索炫H5(xyhtml5.com)以前的文章或继续浏览下面的相关文章希望大家以后多多支持炫H5(xyhtml5.com)!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值