k-line/README.md

33 lines
650 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.

![1739434163442](images/README/1739434163442.png)
![1739434039385](images/README/1739434039385.png)
## 项目依赖安装
```sh
npm install
```
### 运行项目
```sh
npm run dev
```
### 项目打包
```sh
npm run build
```
## 说明
node 版本20.13.1
vue 版本3.5.13
安装之前,先检查版本。
要想运行出来,还得依赖后端代码。后端代码上传到了 wance_data 仓库的 wance 分支。数据接口逻辑在 src/akshare_data/router.py 文件中。接口在 apifox 里面也有相应的说明。仅供参考。
后端代码的 python 版本选择 3.11.x 版本,不然有些库无法正常安装使用。