demo1/README.md
2024-11-27 17:34:57 +08:00

30 lines
413 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# demo4
<!-- 纯静态网页,无接口,使用模拟数据,主要展示日常代码习惯 -->
<!-- 安装依赖pnpm install -->
<!-- 启动pnpm run dev -->
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```