hcp h5项目

yuanmingze 2543b3d55d 修改提示文案 3 月之前
.vscode f1412fca18 初始化h5配置 3 月之前
public 57697f0e3c 修改登录页文案 3 月之前
src 2543b3d55d 修改提示文案 3 月之前
.editorconfig f1412fca18 初始化h5配置 3 月之前
.env.development f1412fca18 初始化h5配置 3 月之前
.env.pre f1412fca18 初始化h5配置 3 月之前
.env.production f1412fca18 初始化h5配置 3 月之前
.gitattributes f1412fca18 初始化h5配置 3 月之前
.gitignore f1412fca18 初始化h5配置 3 月之前
.prettierrc.json f1412fca18 初始化h5配置 3 月之前
README.md f1412fca18 初始化h5配置 3 月之前
auto-imports.d.ts 53408c2c54 新增人脸识别 申请成功功能 3 月之前
components.d.ts cd109f2a35 完成开票功能 3 月之前
dist-生产.zip cd109f2a35 完成开票功能 3 月之前
env.d.ts f1412fca18 初始化h5配置 3 月之前
eslint.config.ts 3fd011cbae 修改登录接口 3 月之前
index.html 13d84539d6 新增错误处理 3 月之前
package.json 6f7893ed2a 修改pre打包 3 月之前
pnpm-lock.yaml e5713fc132 登录页面修改 3 月之前
postcss.config.js 65fed72dec 完成发票页和详情页面 3 月之前
tsconfig.app.json 65fed72dec 完成发票页和详情页面 3 月之前
tsconfig.json f1412fca18 初始化h5配置 3 月之前
tsconfig.node.json f1412fca18 初始化h5配置 3 月之前
vite.config.ts ff902d240f 修改错误类型 3 月之前

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