hcp h5项目

yuanmingze e938f81a5b 新增登录手机号校验,失败提示内容 hace 10 meses
.vscode f1412fca18 初始化h5配置 hace 11 meses
public 57697f0e3c 修改登录页文案 hace 10 meses
src e938f81a5b 新增登录手机号校验,失败提示内容 hace 10 meses
.editorconfig f1412fca18 初始化h5配置 hace 11 meses
.env.development f1412fca18 初始化h5配置 hace 11 meses
.env.pre f1412fca18 初始化h5配置 hace 11 meses
.env.production f1412fca18 初始化h5配置 hace 11 meses
.gitattributes f1412fca18 初始化h5配置 hace 11 meses
.gitignore f1412fca18 初始化h5配置 hace 11 meses
.prettierrc.json f1412fca18 初始化h5配置 hace 11 meses
README.md f1412fca18 初始化h5配置 hace 11 meses
auto-imports.d.ts 53408c2c54 新增人脸识别 申请成功功能 hace 10 meses
components.d.ts cd109f2a35 完成开票功能 hace 10 meses
dist-生产.zip cd109f2a35 完成开票功能 hace 10 meses
env.d.ts f1412fca18 初始化h5配置 hace 11 meses
eslint.config.ts 3fd011cbae 修改登录接口 hace 11 meses
index.html 13d84539d6 新增错误处理 hace 10 meses
package.json ca27e222a9 修改非按需导入 hace 10 meses
pnpm-lock.yaml ca27e222a9 修改非按需导入 hace 10 meses
postcss.config.js 65fed72dec 完成发票页和详情页面 hace 10 meses
tsconfig.app.json 65fed72dec 完成发票页和详情页面 hace 10 meses
tsconfig.json f1412fca18 初始化h5配置 hace 11 meses
tsconfig.node.json f1412fca18 初始化h5配置 hace 11 meses
vite.config.ts ca27e222a9 修改非按需导入 hace 10 meses

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