# MDMGuide **Repository Path**: shimengwen/MDMGuide ## Basic Information - **Project Name**: MDMGuide - **Description**: 类似iOS 新功能知道说明工具风格的产品功能展示说明应用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-19 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mdm 功能操作演示 > A Vue.js project > 主要使用 swiper 插件将其制作成全屏翻页的PPT风格 Demo: http://mdm.ototoro.cn/ ## 构建和发布 ``` bash # install dependencies npm install --registry=https://registry.npm.taobao.org # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ## 开发 - 进入 **[src]** 目录的 **[components]** , 我们定义每个 ``slider`` 为一个项目的演示内容 - 在 ``slider`` 中,通过 ``config.js`` 添加你的每一个演示 ``page`` - 图片可以直接使用固定的 ``URL``, 如果本地图片,请将图片放到当前目录的 ``image`` 文件下, ``config.js`` 中图片的引用方式修改为 ``require('./images/xxx.png')``