hcp h5项目

yuanmingze 00bcf96f00 登录接口新增参数 10 сар өмнө
.vscode f1412fca18 初始化h5配置 11 сар өмнө
public 57697f0e3c 修改登录页文案 10 сар өмнө
src 00bcf96f00 登录接口新增参数 10 сар өмнө
.editorconfig f1412fca18 初始化h5配置 11 сар өмнө
.env.development f1412fca18 初始化h5配置 11 сар өмнө
.env.pre f1412fca18 初始化h5配置 11 сар өмнө
.env.production f1412fca18 初始化h5配置 11 сар өмнө
.gitattributes f1412fca18 初始化h5配置 11 сар өмнө
.gitignore f1412fca18 初始化h5配置 11 сар өмнө
.prettierrc.json f1412fca18 初始化h5配置 11 сар өмнө
README.md f1412fca18 初始化h5配置 11 сар өмнө
auto-imports.d.ts 53408c2c54 新增人脸识别 申请成功功能 10 сар өмнө
components.d.ts cd109f2a35 完成开票功能 10 сар өмнө
dist-生产.zip cd109f2a35 完成开票功能 10 сар өмнө
env.d.ts f1412fca18 初始化h5配置 11 сар өмнө
eslint.config.ts 3fd011cbae 修改登录接口 11 сар өмнө
index.html 13d84539d6 新增错误处理 10 сар өмнө
package.json ca27e222a9 修改非按需导入 10 сар өмнө
pnpm-lock.yaml ca27e222a9 修改非按需导入 10 сар өмнө
postcss.config.js 65fed72dec 完成发票页和详情页面 10 сар өмнө
tsconfig.app.json 65fed72dec 完成发票页和详情页面 10 сар өмнө
tsconfig.json f1412fca18 初始化h5配置 11 сар өмнө
tsconfig.node.json f1412fca18 初始化h5配置 11 сар өмнө
vite.config.ts ca27e222a9 修改非按需导入 10 сар өмнө

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