# es6-webpack **Repository Path**: astros001/es6-webpack ## Basic Information - **Project Name**: es6-webpack - **Description**: es6 webpack init project - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## es6-webpack ### 安装 首先下载源码 ```shell git clone https://github.com/cucygh/es6-webpack.git ``` 然后安装 ```shell npm i npm i webpack -g npm i webpack-dev-server -g ``` ### 运行 ```shell npm start ```