Getting Started with Vue.js

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 6

  • @optikalefx
    @optikalefx 6 років тому

    How come inside the component you didn't have to use @click.native? Also how come the first @click doesn't need growl() whereas inside the component you did have parens?

  • @jackninja1
    @jackninja1 6 років тому +1

    Great video, exactly what I needed!

  • @TonioHubilla
    @TonioHubilla 6 років тому

    Do you prefer working with Vue over yo-yo with sheetify?

    • @kylerobinsonyoung
      @kylerobinsonyoung  6 років тому

      It depends on the project. I tend to use vanillajs for one off things, yo-yo and/or choo for projects that need to be small and lightweight or if I want to start quickly, Vue has been fitting in great for medium size projects or small team projects. Then I'll use Ember for larger projects or big teams. As it's patterns are not as forgiving as the others so the code will still generally be consistent after a big team working on it for years.
      But each have their own pros and cons, so it really depends on the project and team.

  • @lilililliilil
    @lilililliilil 6 років тому +2

    Great video, and I like his voice.

  • @DieTomateHD
    @DieTomateHD 4 роки тому

    This is what I needed, thanks