Skip to content
On this page

参与编辑

欢迎有意愿参与到开源的朋友,加入到本文档的编写,书写文档不仅是教会别人知识,更是用自己的表达方式概括自己所学习知识的一种方式,这对个人来说是不可多得的成长机会。

js

// 拉取项目
git clone https://github.com/wuxingxi888/vite-vue3-h5-template.git

// 切换分支
git checkout -b docs origin/docs

// 安装依赖
pnpm install

// 启动项目
pnpm start

1
2
3
4
5
6
7
8
9
10
11
12
13

Released under the MIT License.