Explorar el Código

docs: readme.developer.md

Burt hace 2 años
padre
commit
ccd420a387
Se han modificado 2 ficheros con 22 adiciones y 1 borrados
  1. 21 0
      README.developer.md
  2. 1 1
      README.md

+ 21 - 0
README.developer.md

@@ -0,0 +1,21 @@
+# vue3-uniapp-template 开发者文档
+
+本文档提供为开发者
+
+## 拉取代码
+
+- git 拉取
+
+  - github:`git clone https://github.com/fly-vue3-templates/vue3-uniapp-template fly-uniapp`
+
+  - gitee:`git clone https://gitee.com/fly-vue3-templates/vue3-uniapp-template.git fly-uniapp`
+
+- degit 拉取(不包含git,需要自己git init)
+
+  - `npx degit https://github.com/fly-vue3-templates/vue3-uniapp-template fly-uniapp`
+
+  - `npx degit https://gitee.com/fly-vue3-templates/vue3-uniapp-template fly-uniapp`
+
+## 文件整理
+
+可以把不要的文件统统删除,或者留着当做参考。

+ 1 - 1
README.md

@@ -42,7 +42,7 @@
 ## 环境
 
 - pnpm>=8.12
-- node>=16
+- node>=18
 
 ## 运行