image.png
项目根目录下面新建vite.config.js文件

  1. import { defineConfig } from 'vite'
  2. export default defineConfig({
  3. })

使用 Vite 快速搭建

使用 Npm

npm init @vitejs/app

  1. npm init @vitejs/app huxue-demo
  2. vue
  3. vue-ts
  4. cd huxue-demo
  5. npm install
  6. npm run dev

image.png

  1. npm init @vitejs/app huxue-demo-x -- --template vue-ts
  2. cd huxue-demo-x
  3. npm install
  4. npm run dev

Yarn

yarn create @vitejs/app 按照提示完成如下步骤

命令yarn create @vitejs/app huxue-demo-x 建项目失败

image.png
npm install @types/node —save-dev

npm install pinia

image.png