# 星火驱动管理-前端 **Repository Path**: momen_official/spark-driver-management-server-ui ## Basic Information - **Project Name**: 星火驱动管理-前端 - **Description**: 星火驱动管理服务器端-前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-01 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spark-ui ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` npm install axios 传输文件 npm install --save form-data 发url form npm install qs ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 在用户主目录部署node.js `vim .profile` ```bash export NODE_HOME=/home/momen/node-v18.18.0-linux-x64 export PATH=$PATH:$NODE_HOME/bin export NODE_PATH=$NODE_HOME/lib/node_modules ``` 写好以后,使用 `source .profile`应用修改 查看是否生效 ```bash momen@momen-PC:~$ node -v v18.18.0 ``` 改为国内淘宝源 `npm config set registry https://registry.npm.taobao.org` 查看修改是否成功 ```bash npm config get registry 输出:https://registry.npm.taobao.org/ ``` 安装vue `npm install --global @vue/cli` 安装element-ui `npm install element-ui` ### 接口文档: