Skip to content

shiren/es6

Repository files navigation

ES6 Boilerplate

Included Modules

Webpack

Babel

ESLint

Prettier

Browser support

Supports all browsers that are ES5-compliant

Chrome Chrome IE Internet Explorer Edge Edge Safari Safari Firefox Firefox
Yes +9 Yes Yes Yes

If you need polyfills, see the babel-polyfill.

Getting started

  1. Clone this repository.
  git clone https://github.nhnent.com/fe/es6-boilerplate.git
  1. Run the installation from the internal repo directory.
  npm install
  1. Start the webpack-dev-server.
  npm run dev
  1. Open https://localhost:8080 in your browser.

Commands

  • npm run dev - Start webpack-dev-server.
  • npm run lint - Run ESLint.
  • npm run build - Bundle and minify resources into /dist directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published