Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 663 Bytes

File metadata and controls

23 lines (14 loc) · 663 Bytes

Vue 3 + Vite

从零开始搭建的Vue3+Vite项目,熟悉整个工程完整落地实现全流程

环境

使用 corepack v0.32.0,启用 pnpm

node 版本: 22 pnpm 版本:10

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.

how to start

  1. corepack use pnpm
  2. pnpm install
  3. pnpm run dev

how to build

  1. pnpm run build