Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
The 'nuxi' package is a command-line interface (CLI) tool for Nuxt.js, a popular framework for building Vue.js applications. It provides various commands to scaffold, develop, and build Nuxt.js projects efficiently.
Create a new Nuxt.js project
This command initializes a new Nuxt.js project in a directory named 'my-nuxt-app'. It sets up the basic structure and installs the necessary dependencies.
npx nuxi init my-nuxt-app
Development server
This command starts a development server for your Nuxt.js project, enabling hot-reloading and other development features.
npx nuxi dev
Build for production
This command builds your Nuxt.js project for production, optimizing the output for performance and size.
npx nuxi build
Generate static site
This command generates a static version of your Nuxt.js project, which can be deployed to static hosting services.
npx nuxi generate
Vue CLI is a standard tooling for Vue.js development. It provides a similar set of functionalities for scaffolding, developing, and building Vue.js applications. While 'nuxi' is specific to Nuxt.js, Vue CLI is more general-purpose for Vue.js projects.
Create React App is a CLI tool for creating React applications. It offers a similar experience to 'nuxi' but is tailored for React instead of Vue.js. Both tools aim to simplify the setup and development process for their respective frameworks.
Angular CLI is a command-line interface for Angular. It provides functionalities for generating, developing, and building Angular applications. Like 'nuxi' for Nuxt.js, Angular CLI is designed to streamline the development workflow for Angular projects.
⚡️ Next Generation CLI Experience for Nuxt.
We've rebuilt nuxi
from the ground up using unjs/citty. We have grand plans for this - check out some of the features + roadmap discussions and please feel free to contribute!
v3.7.0
nuxi info
(#503)nuxi init
(#659)prepare
step for nuxi dev/build (#689)--host
, --ssl-cert
, and --ssl-key
args (#993)engines.node
field and node.js version check (#1197)#storage
and #assets
types (#1377)typescript
options (#1940)typecheck
command using vue-tsc
(#2132)nuxi preview
command for local testing (#2162)listen
hook for dev (#2772).nuxtignore
support and isIgnored
kit utility (#3424)nuxi test
support (#3307)runCommand
(#3749)nuxi add
(#3841).env
when previewing builds (#4016)nuxi cleanup
command (#6125)app.config
with hmr and reactivity support (#6333)add
command (#3921)theme
config (#7131)unjs/giget
for nuxi init
(#7361)nuxi init
(#7404)--dotenv
for dev
, build
and preview
commands (#7660)nitropack@0.6
and h3@0.8
(#8218)nuxi build-module
command (#7610)utils/
directory (#8817)nuxt test
(#4578).npmrc
and setting for pnpm (#7407)ssr: false
(#18783)restart
hook is called (#19084)logLevel
(#19369)watch
option and refactor dev server restarting (#19530)devtools
when it's enabled (#20126)nuxi analyze
from cli (#20387)module add
command (#9)nuxi info
(604843137)writeTypes
utility (#22385)bun
package manager (#22673)dev
args (#88)_dev
command for testing purpose (#94).test
and hoist regexps where possible (#21011)nuxt
binraries (#512)app.vue
creation and removal (#597)nuxt3
for bridge projects (#663)NuxtWelcome
component from design (#745)components/
directory (#749)--port
arg (#919)@nuxt/kit
installed (#915)tsconfig
when generating buildDir
(#1161)build:error
hook (#1298)--template
flag (#1412)nuxi generate
to nuxt
on nuxt 2 (#1571)nuxi
command (f21d26c05)nuxi generate
(#1625)nuxi dev
with self signed certificate (#1699)#config
and useRuntimeConfig()
) (#1783)allowSyntheticDefaultImports
(#1827)prepare
command (#1971)usage
command (#2079)nuxt3
to dev deps in upgrade command (#2143)nuxi prepare
(#2409)nuxi dev --help
(#3372)builder
option for vite/webpack info (#3658)perfect-debounce
to handle trailing run of promise (#3679)experimental
key on bridge (#3763)NUXT_PORT
and NUXT_HOST
vars in dev mode (#3973)api
template to event format (#4183)rc
tag for upgrade command of nuxt (#4468)tsconfig
(#4595)nuxi init
output (#4612)NODE_ENV
(#5417)types
field (#5962).env
file before starting dev server (#6119)esmResolve
flag for jiti
(#6356)listhen
(#6434)nuxi upgrade
(#6514)server.port
and server.host
with listener info (#6595)nuxi upgrade
runs in rootDir (#6707)nuxt-edge
current releases (bridge) (#7193)https
through to vite-node (#7271)nuxi dev --https
(#7545)nuxi dev
(#7560)useNitro
(#7593)workspaceDir
in tsconfig include (#7726)defineNuxtConfig
for nuxi info
(#7728)workspaceDir
in tsconfig by default (#8256)pages
creation and removal dx (#8502)dist
from type checking (#8848)nuxi generate
(#9018)latest
tag (#9060)--template
flag (#9946)defu
in all places (#18624)devServer
options from nuxt config (#19055)giget
(48ea0c46d)distDir
is unlinked (#19131)payloadExtraction
warning only when unset (#18516)rootDir
when preparing project (#20401)devServer.https: true
(#20498).env
changes (#20501)--no-clear
config through to vite (#21262)@nuxt/ui-templates
from modulesDir
(#21836)nuxi generate
(#21860)runMain
(50ef441f2)experimental
option (58603415b)distDir
after first build (#22614)/cli
export for backwards compatibility (97a8029a4)nuxt-cli
to nuxi
(#430)nuxt3
(#439)p-debounce
everywhere (#977)nuxt.d.ts
within buildDir
(#1369)@nuxt/schema
and simplify kit (#2059)<buildDir>/types
(#3067)rimraf
dependency (#4308)citty
(#47)bundler
module resolution flag (#22142)generate
doc to include --dotenv
(#9991)unbuild
and pkg-types
(97d993a85)node
to export conditions (7b355e637)init
instructions (#3826)node:
prefix for built-in modules (#4384)nuxt/nuxt
(9bf672093)2.x
branch name (8559c8d67)@ts-ignore
and fix some issues (#20273)generateRoutesFromFiles
(#261, #1227)@nuxt/test-utils
(#3308)engines.node
field and node.js version check (#1197)nuxi init
(#7404)nitropack@0.6
and h3@0.8
(#8218)nuxt test
(#4578)nuxi generate
(#9018)FAQs
⚡️ Nuxt Generation CLI Experience
The npm package nuxi receives a total of 348,864 weekly downloads. As such, nuxi popularity was classified as popular.
We found that nuxi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.