# ego **Repository Path**: beimu-xue/ego ## Basic Information - **Project Name**: ego - **Description**: 基于vue开发的ego商城 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-20 - **Last Updated**: 2023-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ego ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 安装 ``` 1、axios 2、element3 ``` ### 配置快捷运行方案(前后端同时运行) ``` 1、npm install -g concurrently 2、npm install -g nodemon ``` ## 页面渲染 数据驱动:页面的样式是由数据驱动的 ## 组件交互 1、prop 2、自定义事件 3、同级之间数据传递 -同父同子 -eventbus -优点: -缺点: 4、Vuex 5、自上而下 -