# h5-single **Repository Path**: xiawang1024/h5-single ## Basic Information - **Project Name**: h5-single - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-21 - **Last Updated**: 2023-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # h5-simple 基于parcel 2.x的简单页面(非spa)开发 ## 特点 * 采用(rem+vw)方案适配手机端多分辨率 * css预处理器采用scss,内置常用mixin * js兼容es6语法 ## 建议(简单页面): * Dom操作库:zepto * 请求操作库:axios * 时间相关操作库:dayjs * 视频播放器:video.js plyr.js * CSS3动画相关:animate.css scrollreveal * 全屏滚动:fullpage.js ## 快速开始 ### 安装依赖 ``` $ npm install ``` ### 开发 ``` $ npm run dev ``` ### 打包 ``` $ npm run build:stage // 预发布环境 $ npm run build:dev // 开发环境 $ npm run build:prod // 生产环境 ``` ## 相关链接 [Parcel](https://parceljs.bootcss.com/)