lideo / js-playground-proto1

Yet another in-browser JS playground built on top of CodeMirror editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Yet another in-browser JS playground built on top of CodeMirror editor.


Languages

Language:JavaScript 68.1%Language:CSS 17.3%Language:HTML 14.6%