k-line/README.md

33 lines
650 B
Markdown
Raw Permalink Normal View History

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