Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/cli

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/cli

  • 2.18.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
190K
decreased by-11.22%
Maintainers
0
Weekly downloads
 
Created

What is @nuxt/cli?

@nuxt/cli is the command-line interface for Nuxt.js, a framework for creating Vue.js applications. It provides a set of commands to scaffold, develop, and build Nuxt.js applications efficiently.

What are @nuxt/cli's main functionalities?

Create a new Nuxt.js project

This command scaffolds a new Nuxt.js project with a predefined structure and configuration options.

npx create-nuxt-app <project-name>

Run a development server

This command starts a development server with hot-reloading, making it easy to develop and test your Nuxt.js application locally.

nuxt dev

Build the application for production

This command compiles the application into a production-ready bundle, optimizing the code and assets for deployment.

nuxt build

Generate a static site

This command generates a static version of your Nuxt.js application, which can be deployed to any static hosting service.

nuxt generate

Start the production server

This command starts a production server to serve the built application, useful for testing the production build locally.

nuxt start

Other packages similar to @nuxt/cli

FAQs

Package last updated on 28 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc