Skip to content

Instantly share code, notes, and snippets.

@uehatsu
Created October 12, 2017 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uehatsu/59d015b36ef8751d6420aedd28ddae1f to your computer and use it in GitHub Desktop.
Save uehatsu/59d015b36ef8751d6420aedd28ddae1f to your computer and use it in GitHub Desktop.
ChromeにVue.js devtoolsを導入する ref: http://qiita.com/uehatsu/items/cb41841d75f8c1a36a80
@if( App::environment(['local', 'staging']) )
Vue.config.devtools = true;
@endif
var vm = new Vue({
(省略)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment