Easy Documentation with Vitepress - Vite's Static Site Generator

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Vitepress is a Vue-powered static site generator built on top of Vite. It can easily convert your markdown files into a full website with routing! In this tutorial, learn how to make your first static site with Vitepress.
    VITE DOCUMENTATION
    vitepress.vuej...
    FREE VUE 3 CHEATSHEET WITH ESSENTIAL CODE SNIPPETS
    learnvue.co/vu...
    follow me on twitter:
    / mattmaribojoc
    🚨 Like quick Vue lessons like these? Check out 800+ lessons over on Vue School - go.learnvue.co...

Комментарии • 21

  • @codybontecou
    @codybontecou 3 года назад +10

    This channel is a gem. Thank you for the content.

    • @LearnVue
      @LearnVue  3 года назад +1

      thank you! glad you enjoy the videos.

  • @rafee12
    @rafee12 3 года назад +12

    love your method of teaching, looking forward to more tutorials!

    • @LearnVue
      @LearnVue  3 года назад

      Glad you like them!

  • @karlstenator
    @karlstenator 9 месяцев назад

    Hey cool, custom configured sidebar per active site - great demonstration! Thanks for sharing.

  • @Kingside88
    @Kingside88 6 месяцев назад

    Great video, thank you! It would be great having a cms for where I can provide some content like Wordpress.

  • @caiovinicius7871
    @caiovinicius7871 2 года назад

    gold mine of knowledge, gj

  • @CCV334
    @CCV334 3 года назад +3

    How do you add .vue components in a markdown file?

  • @freeaed
    @freeaed 3 года назад +1

    Great content bro
    Thanks so much

    • @LearnVue
      @LearnVue  3 года назад

      you're very welcome :)

  • @jetcurioso6349
    @jetcurioso6349 2 года назад +1

    Awesome!

  • @ardeanadventure
    @ardeanadventure 6 месяцев назад

    I wonder if there is a web builder to create a web documentation like this?

  • @kagari21
    @kagari21 3 года назад +1

    can vitepress for blog ?

  • @larsdaemon6104
    @larsdaemon6104 2 года назад +1

    awesome

  • @dickburns2403
    @dickburns2403 Год назад

    WTF...can't get sidebar example to work in any browser. using latest VUE 3. Disabled TS plugin and started over in plain JS. Still no sidebars. sidebar is not even an autocomplete option in the editor. Anyone else have this issue?

  • @dickburns2403
    @dickburns2403 Год назад +2

    correct code for sidebar menu:
    This works as expected. I could not get the examples in the video to work.
    themeConfig: {
    nav: [
    {text: 'Home', link: '/'},
    {text: 'About', link: '/about/'},
    {text: 'Contact', link: '/contact'},
    ],
    sidebar: [
    {
    text: 'Sidebar Menu',
    items: [
    {text: 'Our Story', link: '/about/our-story'}],
    }
    ]
    },

  • @user-zb5jp4ti1d
    @user-zb5jp4ti1d 3 года назад +1

    How can we add a search feature

    • @LearnVue
      @LearnVue  3 года назад

      Great question - here's the link to the Vitepress Documentation on how to integrate Algolia DocSearch into your site: vitepress.vuejs.org/config/algolia-search.html

    • @user-zb5jp4ti1d
      @user-zb5jp4ti1d 3 года назад +1

      @@LearnVue thank you :) it would be great if you could create a tutorial for the same as well.

    • @LearnVue
      @LearnVue  3 года назад +3

      You're welcome! I'll definitely include it in my next Vitepress tutorial, waiting for some more major changes though, but will definitely let you know when it's up.

    • @user-zb5jp4ti1d
      @user-zb5jp4ti1d 3 года назад

      @@LearnVue that would be ideal. Thanks v much. I'm gonna be following this space