Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.59 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.59 KB

JS Playground Prototype #1

Yet another in-browser JS playground built on top of CodeMirror editor. This is work in progress so it doesn't do much yet.

Check out the demo.

JS Playground Prototype #1

Command list

Build for development:

npm run dev

Watch for changes and serve for development:

npm run watch

Build for production:

npm run prod

Plugins & packages

Loaders

HTML

  • html-loader

JS

  • babel-loader (with preset-env)

Sass

  • css-loader
  • postcss-loader (with autoprefixer)
  • sass-loader

CSS

  • css-loader
  • postcss-loader (with autoprefixer)