Writing JavaScript: Writing Vue Components
- Located in the resources/js/components directory.
- The ExampleComponent.vue file is an example of a single file Vue component which defines its JavaScript and HTML template in the same file.
- To use the component in your application, you may drop it into one of your HTML templates.
Related concepts
→
Writing Vue Components