PHP Classes

File: public/js/lib/vue/src/index.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   public/js/lib/vue/src/index.js   Download  
File: public/js/lib/vue/src/index.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 7 years ago
Size: 679 bytes
 

Contents

Class file image Download
import Vue from './instance/vue' import installGlobalAPI from './global-api' import { inBrowser, devtools } from './util/index' import config from './config' installGlobalAPI(Vue) Vue.version = '1.0.26' export default Vue // devtools global hook /* istanbul ignore next */ setTimeout(() => { if (config.devtools) { if (devtools) { devtools.emit('init', Vue) } else if ( process.env.NODE_ENV !== 'production' && inBrowser && /Chrome\/\d+/.test(window.navigator.userAgent) ) { console.log( 'Download the Vue Devtools for a better development experience:\n' + 'https://github.com/vuejs/vue-devtools' ) } } }, 0)