Skip to content
On this page

Vue项目的两种构建方式

1. 基于vite构建

shell
npm init vite@latest
cd 项目名
npm install

2. 基于vue-cil构建

shell
npm init vue@latest
cd 项目名
npm install

专门为 vue 定制,一开始的配置比vite多