enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Install JavaScript frameworks on Windows | Microsoft Learn

    learn.microsoft.com/en-us/windows/dev-environment/javascript

    This guide will help you get started using JavaScript frameworks on Windows, including Node.js, React.js, Vue.js, Next.js, Nuxt.js, or Gatsby. Choose a JavaScript framework to install and set up your dev environment

  3. Install Next.js on Windows | Microsoft Learn

    learn.microsoft.com/en-us/windows/dev-environment/javascript/nextjs-on-wsl

    A guide to help you install the Next.js web framework and get up and running on Windows. Next.js is a JavaScript framework tailored for building React-based web applications, offering support for both static and server-side rendered web applications.

  4. Set up Node.js on native Windows | Microsoft Learn

    learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows

    Install nvm-windows, node.js, and npm. Besides choosing whether to install on Windows or WSL, there are additional choices to make when installing Node.js. We recommend using a version manager as versions change very quickly.

  5. Tutorial: Node.js on Windows for beginners | Microsoft Learn

    learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-beginners...

    Create your first NodeJS web app using Express. Express is a minimal, flexible, and streamlined Node.js framework that makes it easier to develop a web app that can handle multiple types of requests, like GET, PUT, POST, and DELETE.

  6. Установка платформ JavaScript в Windows | Microsoft Learn

    learn.microsoft.com/ru-ru/windows/dev-environment/javascript

    Это руководство поможет приступить к работе с платформами JavaScript в Windows, включая Node.js, React.js, Vue.js, Next.js, Nuxt.js или Gatsby.

  7. Run JavaScript in the Console - Microsoft Edge Developer...

    learn.microsoft.com/.../devtools-guide-chromium/console/console-javascript

    You can enter any JavaScript expression, statement, or code snippet in the Console, and it runs immediately and interactively as you type. This is possible because the Console tool in DevTools is a REPL environment.

  8. Windows audio session (WASAPI) sample - Code Samples

    learn.microsoft.com/en-us/samples/microsoft/windows-universal-samples/windows...

    Shows how to do various audio related tasks using the Windows Audio Session API (WASAPI). Note: This sample is part of a large collection of UWP feature samples. You can download this sample as a standalone ZIP file from docs.microsoft.com , or you can download the entire collection as a single ZIP file , but be sure to unzip everything to ...

  9. NodeJS on Windows | Microsoft Learn

    learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-overview

    Node.js is an open-source, cross-platform, server-side JavaScript runtime environment built on Chrome’s V8 JavaScript engine originally authored by Ryan Dahl and released in 2009. Does Node.js work on Windows? Yes. Windows supports two different environments for developing apps with Node.js: Install a Node.js development environment on Windows

  10. Install React on Windows | Microsoft Learn

    learn.microsoft.com/en-us/windows/dev-environment/javascript/react-on-windows

    This guide will walk through installing React directly on Windows using the vite frontend tooling. We recommend following these instructions if you are new to React and just interested in learning.

  11. Fix JavaScript errors that are reported in the Console

    learn.microsoft.com/.../devtools-guide-chromium/console/console-debug-javascript

    This article walks you through six demo pages to demonstrate resolving JavaScript errors that are reported in the Console. Fix JavaScript errors. A major role of the Console is to display any JavaScript errors that are found in the webpage. Demo page: JavaScript error reported in the Console tool