# es6_sample_zh **Repository Path**: zhishi/es6_sample_zh ## Basic Information - **Project Name**: es6_sample_zh - **Description**: 验证ES6对中文命名的支持 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 经过以下浏览器测试: - Firefox 66.0.4 - Chrome Version 74.0.3729.157 (Official Build) (64-bit) #### 环境搭建 安装[webpack](https://webpack.js.org/guides/installation/), 全局安装`webpack`和`webpack-cli` 4.30.0 运行: ``` $ webpack ``` 在浏览器中打开"index.html"页面.