hcp h5项目

yuanmingze 8f3a1f914f Merge branch 'feature-guokaida-260908' into pre 2 hari lalu
.vscode f1412fca18 初始化h5配置 11 bulan lalu
public 57697f0e3c 修改登录页文案 10 bulan lalu
src 8f3a1f914f Merge branch 'feature-guokaida-260908' into pre 2 hari lalu
tests 549784db7b 修复h5持久化登录问题 2 hari lalu
.editorconfig f1412fca18 初始化h5配置 11 bulan lalu
.env.development d998391520 添加退回功能 9 bulan lalu
.env.pre 3d859f69e3 修改上传信息内容 10 bulan lalu
.env.production d7b5c358ab 修改针对页面拦截 10 bulan lalu
.gitattributes f1412fca18 初始化h5配置 11 bulan lalu
.gitignore f1412fca18 初始化h5配置 11 bulan lalu
.prettierrc.json f1412fca18 初始化h5配置 11 bulan lalu
README.md f1412fca18 初始化h5配置 11 bulan lalu
auto-imports.d.ts 53408c2c54 新增人脸识别 申请成功功能 10 bulan lalu
components.d.ts cd109f2a35 完成开票功能 10 bulan lalu
dist.zip 58acea3e12 新增审核状态修改 10 bulan lalu
env.d.ts f1412fca18 初始化h5配置 11 bulan lalu
eslint.config.ts 3fd011cbae 修改登录接口 11 bulan lalu
index.html 839e5f7652 导航ios适配 10 bulan lalu
package.json 549784db7b 修复h5持久化登录问题 2 hari lalu
pnpm-lock.yaml cb0930279e 完成ui样式实现 1 Minggu lalu
postcss.config.js 65fed72dec 完成发票页和详情页面 10 bulan lalu
tsconfig.app.json 65fed72dec 完成发票页和详情页面 10 bulan lalu
tsconfig.json f1412fca18 初始化h5配置 11 bulan lalu
tsconfig.node.json f1412fca18 初始化h5配置 11 bulan lalu
vite.config.ts 16441f4bc0 配置动态标题实现 3 hari lalu

README.md

vue-project

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VS Code + Vue (Official) (and disable Vetur).

Recommended Browser Setup

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint