Skip to content

V1.0.1

Latest
Compare
Choose a tag to compare
@edutucci edutucci released this 07 Mar 13:43
· 13 commits to master since this release

Frameworks added

Added 3 Run modes

  • Test - Compile your Application and runs it using release.js file.
  • Dev - Compile your Application and runs it using debug.js file.
  • Build - Compile your Application.

Plugin added

  • webpack-browser-plugin to open browser after compile the application.