k-line/README.md
2025-02-13 14:30:03 +08:00

26 lines
220 B
Markdown
Raw 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.

## 项目依赖安装
```sh
npm install
```
### 运行项目
```sh
npm run dev
```
### 项目打包
```sh
npm run build
```
## 说明
node版本20.13.1
vue版本3.5.13
项目无法运行,检查版本。