Skip to content

Hammster/vue-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-dist

alt text alt text

Vue.js UMD distribution-only package


Hint: If you are looking for Vue.Js please use the official repository @vuejs/vue

Reasons to use this package

  • When you are packaging Electron without modular bundlers like webpack
  • For a modular loader on the client side (Seajs, RequireJS)
  • Your crazy experimental pet-project

NODE_ENV

If NODE_ENV=development is set the packages uses the vue.js file instead of vue.min.js.

Example snippet

const Vue = require('vue-dist')

const app = new Vue({
  el: '#app',
  data: {
    message: 'Hello Vue!'
  }
})

About

Vue.js UMD distribution-only package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published