# coolStar_admin **Repository Path**: code_star_cheng/cool-star_admin ## Basic Information - **Project Name**: coolStar_admin - **Description**: vue+elementUI 基于vuecli4编写的简单后台模板 - **Primary Language**: JavaScript - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2020-09-22 - **Last Updated**: 2021-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # coolStar_admin ## Project setup ``` npm install ``` ### How to login ``` 用户名:admin 密码:admin ``` ### Compiles and hot-reloads for development ``` .env修改请求地址URL npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your unit tests ``` npm run test:unit ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).