# kangYang **Repository Path**: jun96/kang-yang ## Basic Information - **Project Name**: kangYang - **Description**: 结构康养项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue单页面应用开发底层 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### 适配问题 ``` 如果发现尺寸还是有问题,打开node_modules文件夹里的lib-flexible文件夹下的flexible.js, width = 540*dpr >>> width = width *dpr ```