# gitPushTest **Repository Path**: starlight-flow/git-push-test ## Basic Information - **Project Name**: gitPushTest - **Description**: 数据可视化练习项目 - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-19 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # About this project 关于本项目 基于vue.js框架结合echarts组件实现数据可视化 ~~pages服务等待审核中,不过数据来源是用本地写的接口迁移到云上还是使用API平台的免费接口还在考虑~~ 审核过了,调整(~~百度~~)了一个晚上,设置了打包时的路径改写等等,但是请求css和js资源还是404。第二天重新部署又莫名其妙好了🤣 重新理解了一下page服务说明,没理解错误的话应该是没法跑后端程序了🤣,目前打算先找个免费不限次数的数据接口 2023-4-20更新 修复express界面的图表渲染 ## 项目启动 nodejs后端服务器启动命令 ```sh # 使用 'node 文件名' 在cmd启动 node src/apiserver/api.js ``` vue前端服务器启动命令 ### Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).