Skip to content

Conversation

rafaelrinaldi
Copy link

Updating bundled Vue version with new changes in order to make use of this specific branch via Bower and other package managers.

Updating bundled Vue version with new changes in order to make use of this specific branch via Bower and other package managers.
@yyx990803 yyx990803 closed this May 16, 2014
@yyx990803 yyx990803 reopened this May 16, 2014
@yyx990803
Copy link
Member

Hi Rafael, thanks the PR, but I intentionally avoid checking in build commits. If you'd like to use a bundled version, you can build it yourself easily with either Browserify or Component:

npm install -g browserify browserify -e src/main.js -o dist/vue.js 

or

npm install -g component component build -o dist -s Vue 
@yyx990803 yyx990803 closed this May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants