Vue is a library, not a framework

This commit is contained in:
Sven Luijten 2016-08-07 12:18:10 +02:00
parent 727eda71f2
commit 5833718910
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ window.$ = window.jQuery = require('jquery');
require('bootstrap-sass/assets/javascripts/bootstrap'); require('bootstrap-sass/assets/javascripts/bootstrap');
/** /**
* Vue is a modern JavaScript framework for building interactive web interfaces * Vue is a modern JavaScript library for building interactive web interfaces
* using reactive data binding and reusable components. Vue has a simple and * using reactive data binding and reusable components. Vue's API is clean
* clean API, leaving you to focus only on building your next great idea. * and simple, leaving you to focus on building your next great project.
*/ */
window.Vue = require('vue'); window.Vue = require('vue');