/nuxt-vscode-extension

Primary LanguageJavaScriptMIT LicenseMIT

Nuxt

Version Downloads Ratings

This extension aims to simplify the workflow when coding with Nuxt in VS Code

Buy Me A Coffee

Features

  • Start the dev server clicking on the "Start Dev" button present in the status bar

  • Open the App in your OS's default browser clicking on the "Open App" button present in the status bar

  • Change the Default Port number

  • Create a Nuxt App

Requirements

  • Node >= 12.22.0
  • npm >= 5.2.0 => this version has npx which is used on the "Nuxt: Create App" command

Commands (2)

Command Description
Nuxt.startDevServer Nuxt: Start Dev Server
Nuxt.openApp Nuxt: Open App
Nuxt.setPortNumber Nuxt: Set Port Number
Nuxt.createNuxtApp Nuxt: Create Nuxt App

Settings (1)

Setting Type Default Description
nuxt.portNumber number 3000 It is the port number that the Nuxt app is served at. If you empty this property, the app is served on port 3000