Skip to content
View w33bvGL's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Anidzen-app

Block or report w33bvGL

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
w33bvGL/README.md

Pinned Loading

  1. w33bvGL-porfolio Public

    πŸš€πŸ’» Vahe Sargsyan (w33bv.gl) β€” open-source portfolio built with Laravel, showcasing my skills as a Full-Stack engineer. The site includes achievements, contact information, and a blog.

    PHP 1

  2. KU-OTA-KU/Ota-ku-frontend Public

    πŸ”₯πŸ”₯ The frontend of Ota-ku.ru is built using Nuxt.js + Vuetify to ensure fast loading, an intuitive interface, and easy navigation. The design is fully responsive and optimized for various devices, …

    Vue 3

  3. Anidzen-app/Sora-landing Public

    A scalable GraphQL API that provides structured and multilingual access to anime data.

    Vue

  4. nuxt/ui Public

    The Intuitive Vue UI Library powered by Reka UI & Tailwind CSS.

    Vue 4.7k 697

  5. Nuxt 3 Scrollspy Navigation with Act...
    1
    <script setup lang="ts">
    2
    const nuxtApp = useNuxtApp()
    3
    const localeRoute = useLocaleRoute()
    4
    const { t } = useI18n()
    5
    const config = useRuntimeConfig()
  6. Code Block Component for Nuxt.js wit...
    1
    <script setup lang="ts">
    2
    import Prism from 'prismjs';
    3
    import Clipboard from 'clipboard';
    4
    import 'prismjs/themes/prism-tomorrow.css';
    5
    import 'prismjs/components/prism-graphql.js';