Changes

Jump to navigation Jump to search
182 bytes added ,  18 June
m
no edit summary
Line 1: Line 1: −
=== Create project: ===
+
===Create project:===
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
npx nuxi@latest init <project name>
 
npx nuxi@latest init <project name>
Line 7: Line 7:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
=== Configuration: ===
+
===Configuration:===
 
nuxt.config.(js | ts | mjs) file
 
nuxt.config.(js | ts | mjs) file
 +
 +
<br />
 +
 +
=== 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
 +
<br />

Navigation menu