Nuxt

From RHS Wiki
Revision as of 09:44, 18 June 2025 by Rafahsolis (talk | contribs)
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


Pages directory

you create your pages here, each file will be treated as a route, ej: pages/index.vue; pages/index.ts; pages/index.tsx will generate your / route