

In the dist/ directory of the NPM package you will find many different builds of Vue.js. Watch a video explanation on Vue Mastery Explanation of Different Builds If you are new to Vue or front-end build tools, we strongly suggest going through the guide without any build tools before using the CLI. The CLI assumes prior knowledge of Node.js and the associated build tools. It takes only a few minutes to get up and running with hot-reload, lint-on-save, and production-ready builds.

It provides batteries-included build setups for a modern frontend workflow. $ npm install provides an official CLI for quickly scaffolding ambitious Single Page Applications. Vue also provides accompanying tools for authoring Single File Components. It pairs nicely with module bundlers such as Webpack or Browserify. NPM is the recommended installation method when building large scale applications with Vue. This is a smaller build optimized for speed instead of development experience. Version in your published site, replacing vue.js with. Make sure to read about the different builds of Vue and use the production

Vue is also available on unpkg and cdnjs (cdnjs takes some time to sync so the latest release may not be available yet). Import Vue from can browse the source of the NPM package at /npm/vue. If you are using native ES Modules, there is also an ES Modules compatible build: Production Version Warnings stripped, 37.51KB min+gzipįor prototyping or learning purposes, you can use the latest version with: įor production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions:

Development Version With full warnings and debug mode
