npm v-offline 1.0.5
[Major] Feature - Precompiling with rollup

latest releases: 3.5.0, 3.4.0, 3.3.1...
6 years ago

All credits to @probil for contributing to this release with his PR #5

  • rewrite to SFC (ES6+ can be used, simplified code)
  • provide UMD build, so can be used in browser without webpack/rollup/browserify/whatever. -
  • Available in browsers as window.VOffline
  • provide ES build, can be used in modern environment (with support of ES modules)
  • minified version of the bundle (less bandwidth)
  • template precompiled to the render function, so can be used in runtime-only environment
  • better support of npm@5 by including package-lock.json
  • Resolves #3

Don't miss a new v-offline release

NewReleases is sending notifications on new releases.