https://github.com/fa-ce/vite-project
从零开始搭建的Vue3+Vite项目,熟悉整个工程完整配置到业务开发落地实现全流程
https://github.com/fa-ce/vite-project
vite vue web
Last synced: about 2 months ago
JSON representation
从零开始搭建的Vue3+Vite项目,熟悉整个工程完整配置到业务开发落地实现全流程
- Host: GitHub
- URL: https://github.com/fa-ce/vite-project
- Owner: Fa-ce
- License: mit
- Created: 2025-07-07T07:37:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T08:15:24.000Z (12 months ago)
- Last Synced: 2025-07-07T09:24:27.874Z (12 months ago)
- Topics: vite, vue, web
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
## how to start
1. corepack use pnpm
2. pnpm install
3. pnpm run dev
## how to build
1. pnpm run build