# jiongdongproject01 **Repository Path**: lywcode/jiongdongproject01 ## Basic Information - **Project Name**: jiongdongproject01 - **Description**: 仿京东到家项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 仿京东到家项目 ## 零、目录结构 1. assets 静态文件 2. components 放公共组件 3. router 路由配置 4. store vuex配置 5. views 页面组件 6. App.vue 所有组件的最外层父组件 7. main.js 所有程序的入口 ## 一、Project setup 1. 环境配置 ``` npm install ``` 2. 运行项目 ``` npm run serve ``` 3. 项目打包 ``` npm run build ``` ## 二、操作 - 安装normalize.css 兼容不同浏览器 ``` npm install normalize.css --save ``` -