# mobile-ui **Repository Path**: cddsgtc_admin/mobile-ui ## Basic Information - **Project Name**: mobile-ui - **Description**: 移动端ui库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mj-mobile-ui ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 说明 编写的vue使用的ui ## 问题 1. 不能直接拉入浏览器使用,只是适合拿来使用。 解决: 使用webpack打包成js文件即可 2. 不能按需引用。 解决:同上 3. 不同分辨率和宽度的设备的适配。 解决:需要写自己的reset和base的css内容,进行统一页面的渲染。