vitesse-uni-app icon indicating copy to clipboard operation
vitesse-uni-app copied to clipboard

由 Vite & uni-app 驱动的跨端快速启动模板

Results 18 vitesse-uni-app issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.56.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.56.0/9.8.0) |...

size/L

### 描述问题 ![image](https://github.com/uni-helper/vitesse-uni-app/assets/46688/828e1709-fd46-4b87-81ad-6ec657b75d84) eslint 的规则不生效了。 下面的是非uni-app,缩进提示的效果。 ### 复现 用 vscode 打开本项目。 ### 系统信息 Need to install the following packages: [email protected] Ok to proceed? (y) y (node:2120) [DEP0180] DeprecationWarning: fs.Stats constructor...

### 描述问题 ` 类型“{}”的参数不能赋给类型“ComponentPublicInstanceConstructor any, options?: WatchOptions | undefined): WatchStopHandle; } & ... 5 more ... & {}”不匹配。ts-plugin(2345) ` div不影响,但是button、input也有问题 ### 复现 仅创建与启动项目 ### 系统信息 运行 npx create-uni@latest --info 报错...

Volar 版本号大于 2.0.12 时,uni-app 自带的标签类型定义会报错 可通过更新uni-app-types,以及修改tsconfig.json来解决 详情可参考 https://github.com/uni-helper/uni-app-types/issues/64 ## Summary by CodeRabbit - **Chores** - Updated package version to `^0.5.13`. - Enhanced TypeScript configuration for better development experience.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [miniprogram-api-typings](https://redirect.github.com/wechat-miniprogram/api-typings) | [`^3.12.3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/miniprogram-api-typings/3.12.3/4.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/miniprogram-api-typings/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/miniprogram-api-typings/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

size/S

### 对问题的清晰和简明的描述 从uni-app市场下载的组件,通常都是放在 uni_modules 目录下的,改用该脚手架,应该放到哪个目录下呢? ### 推荐的解决方案 是放到 src/uni_modules 下,还是放到 src/components/uni_modules 下呢? ### 替代方案 _No response_ ### 额外上下文 _No response_ ### 检查 - [X] 遵循我们的 [行为准则](https://github.com/uni-helper/.github/blob/main/CODE_OF_CONDUCT.md) - [X] 阅读 [贡献指南](https://github.com/antfu/contribute)...

### 描述问题 微信小程序端 pnpm add @dcloudio/uni-ui 后 在pages.config.ts配置easycom后,页面使用无法显示出来 ![image](https://github.com/user-attachments/assets/fb5b4c66-d1b9-4632-9a02-6cc21ad7aa44) ![image](https://github.com/user-attachments/assets/27fc5ae9-bb28-4c46-987d-5f034c1d2a3a) 查看编译后的文件并没有自动导入组件 ### 复现 pnpm create uni mini -t vitesse ### 系统信息 基础环境信息: - os: `macOS 12.6` - node: `20.16.0` -...

### 描述问题 每次运行pnpm dev:h5或者其他都会使manifest.json的设置恢复默认。比如将h5的darkmode改为false或者删除这个属性,运行pnpm dev:h5后又会恢复默认的设置。 ### 复现 运行pnpm dev:h5 ### 系统信息 Need to install the following packages: [email protected] Ok to proceed? (y) ✔ 获取环境信息成功 ✔ 请选择需要反馈的依赖 › @uni-helper/eslint-config, @uni-helper/uni-env, @uni-helper/uni-types,...