Nuxt

From RHS Wiki
Revision as of 09:42, 18 June 2025 by Rafahsolis (talk | contribs) (Created page with "=== Create project: === <syntaxhighlight lang="bash"> npx nuxi@latest init <project name> cd <project name> npm install </syntaxhighlight> === Configuration: === nuxt.config...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create project:

npx nuxi@latest init <project name>
cd <project name>
npm install

Configuration:

nuxt.config.(js | ts | mjs) file