Build an App from Scratch
Please follow the below documentation to learn how you can build an app from the scratch.
Last updated
Please follow the below documentation to learn how you can build an app from the scratch.
Last updated
You can easily build your app from scratch, just follow the steps given below:
Copy the project files from the downloaded ThemeForest project.
Open terminal and go to the root directory and then run npm install
.
After installing npm then run npm run serve
.
Open your browser and access
Please follow the section to learn how to add new widgets in the template.
If you want to add some pre-made components or pages then follow below steps:
Copy the page template from vuely/src/views/
downloaded ThemeForest files and paste it into under the your-app-directory/src/view/
directory.
Now you need to define the route in the your-app-directory/src/router/default.js
file.
That’s it if you navigate The page has been build successfully.
If you want to add some new components by your own, then follow the steps mentioned below:
If you are using the complete template then you are able to add only new components or pages & for that you have to follow the below mentioned steps:
Please check this section to get detailed information on this.
Please check this section to get detailed information on this.
If you want to add menu items then please check this section for the detailed information.