An open API service indexing awesome lists of open source software.

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项目,熟悉整个工程完整配置到业务开发落地实现全流程

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