Нет описания

Burt 793547a78d build(vite): 先去掉vite-plugin-imagemin插件,有需要自行安装(部分用户安装失败) 2 лет назад
.husky e9602040a5 build: husky + lint-staged + commitlint 2 лет назад
.vscode a6435acf98 build(vscode): add recommend extensions 2 лет назад
env 0600f6aeb0 build: 优化title配置 2 лет назад
screenshots df71bd7c90 docs: readme.developer.md add github template 2 лет назад
src 6b24232e87 feat: 微信分享 2 лет назад
.editorconfig 47c8ac2b5d build(prettier): add .prettierrc.js 2 лет назад
.eslintrc.cjs a1f2bef5d1 build: 配置文件一点小优化 2 лет назад
.gitignore a1f2bef5d1 build: 配置文件一点小优化 2 лет назад
.npmrc 11629b2c11 build(.npmrc): add .npmrc & pnpm i 2 лет назад
.prettierrc.cjs c51e7181f8 chore: test file 2 лет назад
.stylelintrc.cjs 6b8c822306 build: stylelint 2 лет назад
README.developer.md df71bd7c90 docs: readme.developer.md add github template 2 лет назад
README.issue.md 6723c980b1 docs: issue 2 лет назад
README.md 91af203615 chore: readme 2 лет назад
commitlint.config.cjs e9602040a5 build: husky + lint-staged + commitlint 2 лет назад
index.html 0600f6aeb0 build: 优化title配置 2 лет назад
package.json 793547a78d build(vite): 先去掉vite-plugin-imagemin插件,有需要自行安装(部分用户安装失败) 2 лет назад
pages.config.ts 81c85b5e35 feat: 同时支持h5和weixin的导航栏渐变 2 лет назад
pnpm-lock.yaml 793547a78d build(vite): 先去掉vite-plugin-imagemin插件,有需要自行安装(部分用户安装失败) 2 лет назад
shims-uni.d.ts a1f2bef5d1 build: 配置文件一点小优化 2 лет назад
tsconfig.json a266441305 build(uni-helper): 引入 @uni-helper/uni-cloud-types 云开发类型 2 лет назад
uni-pages.d.ts d05dae4cbf feat: 整理通屏页二级页面 2 лет назад
uno.config.ts 3c6321ad88 fix(unocss): 处理unocss在小程序中报错 2 лет назад
vite.config.ts 793547a78d build(vite): 先去掉vite-plugin-imagemin插件,有需要自行安装(部分用户安装失败) 2 лет назад

README.developer.md

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

  • github template Github template

文件整理

可以把不要的文件统统删除,或者留着当做参考。