Best of Vue.jsDecember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Vite 4.0 is out!

    Vite 4.0 is out! Vite 3 was released five months ago. Vite is now using Rollup 3, which allowed us to simplify Vite's internal asset handling.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Getting started with Vite

    Vite serves your code via native ES module imports during development and bundles it with Rollup for production. Vite is a lightning-fast cold server start and offers instant hot module replacement and true on-demand compilation. It is also highly extensible via its plugin API and JavaScript API with full typing support.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How I Built a Vue.js Ecommerce Store with a Node.js Backend

    Vue.js has been rising in popularity since it was first released due to its many advantages. It can be used to build a variety of apps, including websites, mobile apps, or desktop apps. For the backend, you’ll learn how to use Medusa, an open source Node.js commerce engine.

  4. 4
    Article
    Avatar of logrocketLogRocket·3y

    Next.js vs. Nuxt.js: Ultimate guide

    Next.js and Nuxt.js are modern JavaScript frameworks used to build modern web applications. Both are static site generators that embrace Jamstack architecture and are used on top of React and Vue, respectively. Next.js offers client-side and server-side rendering features and is used to develop fullstack React applications.

  5. 5
    Article
    Avatar of jetbrainsJetBrains·3y

    10 Best WebStorm Themes

    All the themes mentioned in this blog post are either available out of the box or can be installed for free directly from your IDE. WebStorm is very customizable, so you can configure it how you like. You can change the theme you’re using, which will alter the look and feel of the IDE.

  6. 6
    Article
    Avatar of lnLaravel News·3y

    OpnForm is an Open-source Form Builder Made With Laravel

    OpnForm is an open-source form builder made with Laravel, Vue.js, Tailwind CSS, and more. You can self-host this application or use the cloud-based hosted version to create forms that you can share anywhere on the web.

  7. 7
    Article
    Avatar of jetbrainsJetBrains·3y

    What’s Next: WebStorm 2023.1 Roadmap

    WebStorm 2022.3, our final major update of 2022, is scheduled for the end of March 2023. We’ve had an overwhelming amount of feedback, with the new UI being the absolute leader in the number of mentions. We want to make sure that at least the basic functionality like syntax highlighting and code completion works well.