# VueShop **Repository Path**: MayReset/VueShop ## Basic Information - **Project Name**: VueShop - **Description**: 第一个Vue项目 - **Primary Language**: JavaScript - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-19 - **Last Updated**: 2021-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_shop ## Project setup ``` npm install 安装依赖,开启Mysql,在vue_api_server下的db文件夹将mydb.sql数据库导入到数据库中 cmd 窗口node命令运行app.js开启服务器(需要先安装node.js依赖)。 ``` ### Compiles and hot-reloads for development ``` npm run serve 运行项目 ``` ### Compiles and minifies for production ``` npm run build 打包 ``` ### Lints and fixes files ``` npm run lint ``` ### 涉及到的技术栈 ``` Vue++Vue-cli+VueRouter+axios++element-ui+node.js ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).