# vue_shop_system **Repository Path**: nekodeng/vue_shop_system ## Basic Information - **Project Name**: vue_shop_system - **Description**: 一个基于vue和element的后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2023-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_shop ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### 项目运行方法 - 其中本源码中的vue_api_server文件为项目的api接口文件 - 首先在vue_api_server文件中gitbash运行 npm install安装依赖包 - 然后,在vue_api_server文件中gitbash运行 node app - 在vue_shop_system文件下gitbash运行 vue ui 然后运行任务serve即可访问http://localhost:8080 - 最后即可进入登录页面,账号密码为:admin和123456