{"id":14962174,"url":"https://github.com/realstoman/vuejs-tailwindcss-portfolio","last_synced_at":"2025-04-05T17:09:46.235Z","repository":{"id":39921887,"uuid":"369122442","full_name":"realstoman/vuejs-tailwindcss-portfolio","owner":"realstoman","description":"A simple multipage and responsive Vue.js \u0026 Tailwind CSS portfolio theme with dark mode.","archived":false,"fork":false,"pushed_at":"2024-01-05T19:29:57.000Z","size":7166,"stargazers_count":299,"open_issues_count":0,"forks_count":111,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-29T16:09:13.790Z","etag":null,"topics":["dark-mode","frontend","javascript","portfolio","tailwind","tailwind-css","tailwind-css-template","tailwindcss","template","ui","ui-design","vue","vuejs","vuejs-templates","vuex"],"latest_commit_sha":null,"homepage":"https://vuejs-tailwindcss-portfolio.netlify.app/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realstoman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-20T07:37:46.000Z","updated_at":"2025-03-28T16:21:45.000Z","dependencies_parsed_at":"2024-01-05T20:43:43.955Z","dependency_job_id":null,"html_url":"https://github.com/realstoman/vuejs-tailwindcss-portfolio","commit_stats":{"total_commits":259,"total_committers":7,"mean_commits":37.0,"dds":0.5791505791505791,"last_synced_commit":"206bbfe8138b03433a9a1b2eac37dd8935d02957"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fvuejs-tailwindcss-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fvuejs-tailwindcss-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fvuejs-tailwindcss-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstoman%2Fvuejs-tailwindcss-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realstoman","download_url":"https://codeload.github.com/realstoman/vuejs-tailwindcss-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369954,"owners_count":20927928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dark-mode","frontend","javascript","portfolio","tailwind","tailwind-css","tailwind-css-template","tailwindcss","template","ui","ui-design","vue","vuejs","vuejs-templates","vuex"],"created_at":"2024-09-24T13:29:37.107Z","updated_at":"2025-04-05T17:09:46.216Z","avatar_url":"https://github.com/realstoman.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vuejs \u0026 TailwindCSS Portfolio - With Dark Mode\n\nA simple portfolio starter theme built with Vue.js v3, Composition API and Tailwind CSS v3.\n\n![Vuejs-TailwindCSS-Portfolio](https://user-images.githubusercontent.com/16396664/140909796-815239e4-a986-46ad-bbd0-4b166127bbb8.JPG)\n\n## Demo URL\n\n[https://vuejs-tailwindcss-portfolio.netlify.com](https://vuejs-tailwindcss-portfolio.netlify.com)\n\n## Other versions of this project\n\n-   Nuxt.js Version: [https://github.com/realstoman/nuxtjs-tailwindcss-portfolio](https://github.com/realstoman/nuxtjs-tailwindcss-portfolio)\n-   React Version: [https://github.com/realstoman/react-tailwindcss-portfolio](https://github.com/realstoman/react-tailwindcss-portfolio)\n-   Next.js Version: [https://github.com/realstoman/nextjs-tailwindcss-portfolio](https://github.com/realstoman/nextjs-tailwindcss-portfolio)\n\n## Features\n\n-   Simple and responsive design\n-   [Vue.js v3](https://vuejs.org) with [Vue Router](https://router.vuejs.org)\n-   [Tailwind CSS v3](https://tailwindcss.com)\n-   Theme Switcher with Dark Mode\n-   Composition API\n-   Vue transitions\n-   Reusable Components\n-   Auto Counter Component\n-   Projects filter by category\n-   Projects filter by search\n-   Projects carousel\n-   Vue.js smooth scroll\n-   Dynamic forms\n-   Scroll to top button\n-   Download file button\n\n### To Contribute to this project, read the [Contribution Guidlines](https://github.com/realstoman/vuejs-tailwindcss-portfolio/blob/main/CONTRIBUTING.md)\n\n## Setup\n\n1. Make sure you have Node JS installed. If you don't have it:\n\n-   [Download it from nodejs.org](https://nodejs.org)\n-   [Install it using NVM ](https://github.com/nvm-sh/nvm)\n-   If you're on Mac, Homebrew is a good option too:\n\n```\nbrew install node\n```\n\n2. Clone the repo:\n\n```\ngit clone https://github.com/realstoman/vuejs-tailwindcss-portfolio.git\n```\n\n3. Open the project folder:\n\n```\ncd vuejs-tailwindcss-portfolio\n```\n\n4. Install packages and dependencies:\n\n```\nnpm install\n```\n\n5. Start a local dev server at `http://localhost:8080`:\n\n```\nnpm run serve\n```\n\n## Notes\n\n-   Always run `npm install` after pulling new changes\n-   I'll be constantly updating this repo as I'll be adding more sections to it, so please always check the projects section of this repo to see what tasks are under todo and in progress\n-   Coming Soon [I'll be doing a screencast](https://www.youtube.com/realstoman). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio\n-   Illustrations from [unDraw](https://undraw.co) and [Freepik](https://freepik.com)\n-   Images from [Unsplash](https://unsplash.com)\n-   Feel free to use it as your own portfolio\n-   Contributions are welcome\n\n### License\n\n[MIT](https://github.com/realstoman/vuejs-tailwindcss-portfolio/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstoman%2Fvuejs-tailwindcss-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealstoman%2Fvuejs-tailwindcss-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstoman%2Fvuejs-tailwindcss-portfolio/lists"}