# htmlcsss **Repository Path**: gsrupass/htmlcsss ## Basic Information - **Project Name**: htmlcsss - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-04 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack_h5 #### 工程介绍 使用 webpack 对原生 js 项目进行构建 ### 快速开始 #### 1、安装依赖 ```bash npm i or cnpm i ``` #### 2、启动 ```bash npm run serve ``` #### 3、生产打包 ```bash npm run build ```