Installation
Compatibility Note: Vue.js does not support IE8 and below.
Standalone
Simply download and include with a script tag. Vue
will be registered as a global variable.
Development Version194.06kb, plenty of comments and debug/warning messages.
Production Version59.67kb minified / 19.57kb gzipped
Also available on cdnjs (takes some time to sync so the latest version might not be available yet).
NPM
1 | $ npm install vue |
Bower
1 | # only stable version is available through Bower |
Duo
1 | var Vue = require('yyx990803/vue') |
Component
1 | $ component install yyx990803/vue |
AMD Module Loaders
The standalone downloads or versions installed via Bower are wrapped with UMD so they can be used directly as an AMD module.
Ready?
Caught a mistake or want to contribute to the documentation? Fork this site on Github!