Start new page
Open the blank.vue file in /src/components
folder.
It has the following structure:
Place your html content inside the div in template.
Note: Each template must only have one root element and one script tag.
Then add your code in the script tag.
Then give the appropriate route in routes.js
file If you needed add the component to the router.
Note:
To add a route to left side menu you will have to edit the menu.js
file.
Last updated
Was this helpful?