Best of Vue.js — December 2022
- 1
- 2
asayer·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
Community 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
LogRocket·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
JetBrains·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
- 7
JetBrains·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.