# simple-es6 **Repository Path**: PreChange/simple-es6 ## Basic Information - **Project Name**: simple-es6 - **Description**: 简易ES6脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple-ES6 简易ES6脚手架(学习用) # 使用说明 ``` # 使用控制台cd进入到项目根目录 # 运行以下代码 npm install npm start ``` 然后用浏览器打开 index.html 用代码编辑器打开 index.js 修改其中的代码并保存,将会自动编译index.js到index.compile.js。 Enjoy~