# vue-mobile **Repository Path**: alonedj/vue-mobile ## Basic Information - **Project Name**: vue-mobile - **Description**: vue移动端的模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-11-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-mobile-template ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 使用骨架屏: 主要使用饿了么团队开发的page-skeleton-webpack-plugin // 在浏览器 console中 输入toggleBar // 项目运行时报错: listen EADDRINUSE: address already in use :::8989 修复vue-cli3.0项目端口被占用的bug // 修改node_modules/page-skeleton-webpack-plugin/src/skeletonPlugin.js if (!this.server) { const server = this.server = new Server(this.options) // eslint-disable-line no-multi-assign server.listen().catch(err => server.log.warn(err)) }