Skip to content

Commit

Permalink
Update frontend.md
Browse files Browse the repository at this point in the history
Removing `.html`
  • Loading branch information
lukepolo authored Oct 26, 2016
1 parent c9abdf2 commit 5b628dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ By default, the Laravel `gulpfile.js` file compiles your SASS and the `resources
<a name="writing-vue-components"></a>
### Writing Vue Components

By default, fresh Laravel applications contain an `Example.vue` Vue component located in the `resources/assets/js/components` directory. The `Example.vue` file is an example of a [single file Vue component](http://vuejs.org/guide/single-file-components.html) which defines its JavaScript and HTML template in the same file. Single file components provide a very convenient approach to building JavaScript driven applications. The example component is registered in your `app.js` file:
By default, fresh Laravel applications contain an `Example.vue` Vue component located in the `resources/assets/js/components` directory. The `Example.vue` file is an example of a [single file Vue component](http://vuejs.org/guide/single-file-components) which defines its JavaScript and HTML template in the same file. Single file components provide a very convenient approach to building JavaScript driven applications. The example component is registered in your `app.js` file:

Vue.component('example', require('./components/Example.vue'));

Expand Down

0 comments on commit 5b628dd

Please sign in to comment.