hcp h5项目

yuanmingze f1412fca18 初始化h5配置 3 months ago
.vscode f1412fca18 初始化h5配置 3 months ago
public f1412fca18 初始化h5配置 3 months ago
src f1412fca18 初始化h5配置 3 months ago
.editorconfig f1412fca18 初始化h5配置 3 months ago
.env.development f1412fca18 初始化h5配置 3 months ago
.env.pre f1412fca18 初始化h5配置 3 months ago
.env.production f1412fca18 初始化h5配置 3 months ago
.gitattributes f1412fca18 初始化h5配置 3 months ago
.gitignore f1412fca18 初始化h5配置 3 months ago
.prettierrc.json f1412fca18 初始化h5配置 3 months ago
README.md f1412fca18 初始化h5配置 3 months ago
auto-imports.d.ts f1412fca18 初始化h5配置 3 months ago
components.d.ts f1412fca18 初始化h5配置 3 months ago
env.d.ts f1412fca18 初始化h5配置 3 months ago
eslint.config.ts f1412fca18 初始化h5配置 3 months ago
index.html f1412fca18 初始化h5配置 3 months ago
package.json f1412fca18 初始化h5配置 3 months ago
pnpm-lock.yaml f1412fca18 初始化h5配置 3 months ago
tsconfig.app.json f1412fca18 初始化h5配置 3 months ago
tsconfig.json f1412fca18 初始化h5配置 3 months ago
tsconfig.node.json f1412fca18 初始化h5配置 3 months ago
vite.config.ts f1412fca18 初始化h5配置 3 months ago

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