vue 使用vueCli 搭建vue2.x开发环境,并且指定ts 和less

nodejs 安装过程省略

设置淘宝镜像 永久使用

E:\front-workspace>npm config set registry https://registry.npmmirror.com

使用 npm 安装 cnpm(使用淘宝镜像)

npm install -g cnpm --registry=https://registry.npmmirror.com

或者使用官方淘宝镜像(两者都可以)

npm install -g cnpm --registry=https://registry.npm.taobao.org

安装VUE脚手架

E:\front-workspace>npm install -g @vue/cli

安装yarn 包管理器

E:\front-workspace>npm install -g yarn

added 1 package in 3s

查看客户端脚手架的版本

E:\front-workspace>vue --version

@vue/cli 5.0.9

创建 Vue 2.x 项目

使用 vue create 命令创建项目

vue create vue2-emall-web

在交互式界面中,您可以选择:

选择预设:

Default ([Vue 2] babel, eslint)

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

Manually select features (手动选择功能)

如果选择手动选择,会出现以下选项:

? Check the features needed for your project:

?Choose Vue version

?Babel

?TypeScript

?Progressive Web App (PWA) Support

?Router

?Vuex

?CSS Pre-processors

?Linter / Formatter

?Unit Testing

?E2E Testing

使用键盘上最长的空格键 选择需要的某块

Vue CLI v5.0.9

? Please pick a preset: Manually select features

? Check the features needed for your project: Babel, TS, Router, Vuex, CSS Pre-processors, Linter

? Choose a version of Vue.js that you want to start the project with 2.x

? Use class-style component syntax? Yes

? Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes

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

? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Less

? Pick a linter / formatter config: Standard

? Pick additional lint features: Lint on save

? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated config files

? Save this as a preset for future projects? Yes

? Save preset as: vue2-emall-web

最后回车之后等待项目初始化完成

? Successfully created project vue2-emall-web.

? Get started with the following commands:

$ cd vue2-emall-web

$ npm run serve

使用 HBuilder x 开发工具打开项目文件夹加载项目之后

在客户终端命令行输入

npm run serve

显示如下内容说明启用成功

Note that the development build is not optimized.

To create a production build, run npm run build.

http://localhost:8080/ 浏览器访问 出现 VUE Welcome to Your Vue.js + TypeScript App 说明前段安装成功

相关推荐
EchoEcho几秒前
深入理解 Vue.js 渲染机制:从声明式到虚拟 DOM 的完整实现
vue.js
黄诂多3 分钟前
APP原生与H5互调Bridge技术原理及基础使用
前端
前端市界6 分钟前
用 React 手搓一个 3D 翻页书籍组件,呼吸海浪式翻页,交互体验带感!
前端·架构·github
文艺理科生7 分钟前
Nginx 路径映射深度解析:从本地开发到生产交付的底层哲学
前端·后端·架构
千寻girling8 分钟前
主管:”人家 Node 框架都用 Nest.js 了 , 你怎么还在用 Express ?“
前端·后端·面试
C澒17 分钟前
Vue 项目渐进式迁移 React:组件库接入与跨框架协同技术方案
前端·vue.js·react.js·架构·系统架构
清山博客1 小时前
OpenCV 人脸识别和比对工具
前端·webpack·node.js
要加油哦~1 小时前
AI | 实践教程 - ScreenCoder | 多agents前端代码生成
前端·javascript·人工智能
程序员Sunday1 小时前
说点不一样的。GPT-5.3 与 Claude Opus 4.6 同时炸场,前端变天了?
前端·gpt·状态模式
yq1982043011561 小时前
静思书屋:基于Java Web技术栈构建高性能图书信息平台实践
java·开发语言·前端