Developer Hours: Modern WordPress development with the wp-scripts package

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

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

  • @KAdamWhite
    @KAdamWhite 11 месяцев назад +4

    First 🙃 Thanks for the great session and updated documentation resources! This tool and all the getting started improvements make block development so much more approachable

  • @Shawn-Mosher
    @Shawn-Mosher 11 месяцев назад +14

    What I would love to see is taking a design in let’s say Figma and converting that design into a block theme. That’s more real world. You get a design approved, then you have to make that a functional theme both for desktop and mobile designs.

  • @myboringdesktop
    @myboringdesktop 5 месяцев назад +3

    Skip to 6:05 to get started....

  • @hubvill8387
    @hubvill8387 5 месяцев назад

    Thanks for the video. It has cleared up a lot of questions I had especially with creating a theme with custom blocks in it and creating your own custom webpack config file that still works with with wp-scripts. Much appreciated!

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

    Thanks so much for this video

  • @hamburger--fries
    @hamburger--fries 11 месяцев назад +1

    I would like to see wp-scripts and other goodies built into Visual Studio Code as a plug-in. I personally prefer to bypass blocks and use ReactJS within WP Admin. For post types and Taxonomy i use Acf.

  • @thenahidul
    @thenahidul 18 дней назад

    How to setup auto prefixer for CSS with wp-scripts with/without webpack?

  • @AJ-Pixelyze
    @AJ-Pixelyze 2 месяца назад

    Interesting so I am planning to use Vue and SCSS so I guess I only need to wp_enqueue_script script for index.js and same with main.css ? Trying to see how I can make this work, still new to it,I can build projects in vue and want to combine it with Wordpress

  • @jacpat98
    @jacpat98 11 месяцев назад +1

    Is there a schedule somewhere for these livestreams?

  • @softnwords
    @softnwords 7 месяцев назад

    I have installed nodejs in vps and trying to execute npm install @wordpress/scripts --save-dev and it triggered my vps nginx to stop and no further actions seems.Am I missing something?