hcp h5项目

yuanmingze 3fd011cbae 修改登录接口 hai 11 meses
.vscode f1412fca18 初始化h5配置 hai 11 meses
public f1412fca18 初始化h5配置 hai 11 meses
src 3fd011cbae 修改登录接口 hai 11 meses
.editorconfig f1412fca18 初始化h5配置 hai 11 meses
.env.development f1412fca18 初始化h5配置 hai 11 meses
.env.pre f1412fca18 初始化h5配置 hai 11 meses
.env.production f1412fca18 初始化h5配置 hai 11 meses
.gitattributes f1412fca18 初始化h5配置 hai 11 meses
.gitignore f1412fca18 初始化h5配置 hai 11 meses
.prettierrc.json f1412fca18 初始化h5配置 hai 11 meses
README.md f1412fca18 初始化h5配置 hai 11 meses
auto-imports.d.ts f1412fca18 初始化h5配置 hai 11 meses
components.d.ts f1412fca18 初始化h5配置 hai 11 meses
env.d.ts f1412fca18 初始化h5配置 hai 11 meses
eslint.config.ts 3fd011cbae 修改登录接口 hai 11 meses
index.html f1412fca18 初始化h5配置 hai 11 meses
package.json 3fd011cbae 修改登录接口 hai 11 meses
pnpm-lock.yaml 3fd011cbae 修改登录接口 hai 11 meses
tsconfig.app.json f1412fca18 初始化h5配置 hai 11 meses
tsconfig.json f1412fca18 初始化h5配置 hai 11 meses
tsconfig.node.json f1412fca18 初始化h5配置 hai 11 meses
vite.config.ts f1412fca18 初始化h5配置 hai 11 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