# wer-project **Repository Path**: weng23/wer-project ## Basic Information - **Project Name**: wer-project - **Description**: wer的前端学习项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-11 - **Last Updated**: 2024-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Element-UI ## README # wer-project ## 环境准备 ### 配置阿里镜像源 ``` npm config set registry https://registry.npmmirror.com ``` ### 若依本地服务器网址 ``` http://124.222.238.167/ruoyi ``` ## 开发手册 ### vue ``` https://v2.cn.vuejs.org/ ``` ### element-ui ``` https://element.eleme.cn/#/zh-CN ``` ### axios ``` http://www.axios-js.com/ ``` ## 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/).