My personal portfolio website made using VueJS and Bootstrap.
Follow the below mentioned steps to configure the code accordingly!
🔴IMPORTANT🔴
After cloning the repository, please remove
/public/sitemap.xml
, inmain.js
remove VueGtag configuration and ID, as these both file help in analytics of my deployed website. You can add your own google analytics by visiting here
After that, install dependencies using:
npm install
If you dont have NPM or Node, install them first: Install Node and NPM
npm run serve
npm run build
npm run lint
Now the default website must be running, to customize it:
Edit the text accorind to your preference.
Edit these files to add your social media links, and projects. If you want to remove any social media or add any goto /src/components/AboutMe.vue
and edit accordingly.
Add images in /src/assets
and fonts in /src/fonts
. Import your font by going to App.vue
and changing the import statement in <script></script>
.
Edit /src/components/Footer.vue
according to your preference, it would be awesome if you could give me mention :P
For any other problem, feel free to raise an issue or contact me on the given details. Also, if you find any bugs or improvement please create a Pull Request to the `develop` branch.