File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Nuxt 3 Minimal Starter
1+ # Nuxt Minimal Starter
22
3- Look at the [ Nuxt 3 documentation] ( https://nuxt.com/docs/getting-started/introduction ) to learn more.
3+ Look at the [ Nuxt documentation] ( https://nuxt.com/docs/getting-started/introduction ) to learn more.
44
55## Setup
66
7- Make sure to install the dependencies:
7+ Make sure to install dependencies:
88
99``` bash
1010# npm
@@ -29,7 +29,7 @@ Start the development server on `http://localhost:3000`:
2929npm run dev
3030
3131# pnpm
32- pnpm run dev
32+ pnpm dev
3333
3434# yarn
3535yarn dev
@@ -47,7 +47,7 @@ Build the application for production:
4747npm run build
4848
4949# pnpm
50- pnpm run build
50+ pnpm build
5151
5252# yarn
5353yarn build
@@ -63,7 +63,7 @@ Locally preview production build:
6363npm run preview
6464
6565# pnpm
66- pnpm run preview
66+ pnpm preview
6767
6868# yarn
6969yarn preview
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11// https://nuxt.com/docs/api/configuration/nuxt-config
22
33export default defineNuxtConfig ( {
4+ compatibilityDate : '2025-07-15' ,
45 devtools : {
56 enabled : true
67 } ,
Original file line number Diff line number Diff line change 1010 "postinstall" : " nuxt prepare"
1111 },
1212 "dependencies" : {
13- "nuxt" : " ^3.11.1 " ,
14- "socket.io" : " ^4.7.5 " ,
15- "socket.io-client" : " ^4.7.5 " ,
16- "vue" : " ^3.4.21 " ,
17- "vue-router" : " ^4.3.0 "
13+ "nuxt" : " ^4.4.6 " ,
14+ "socket.io" : " ^4.8.3 " ,
15+ "socket.io-client" : " ^4.8.3 " ,
16+ "vue" : " ^3.5.34 " ,
17+ "vue-router" : " ^5.0.7 "
1818 }
1919}
Original file line number Diff line number Diff line change 1+ User-Agent: *
2+ Disallow:
Original file line number Diff line number Diff line change 11{
22 // https://nuxt.com/docs/guide/concepts/typescript
3- "extends" : " ./.nuxt/tsconfig.json"
3+ "files" : [],
4+ "references" : [
5+ {
6+ "path" : " ./.nuxt/tsconfig.app.json"
7+ },
8+ {
9+ "path" : " ./.nuxt/tsconfig.server.json"
10+ },
11+ {
12+ "path" : " ./.nuxt/tsconfig.shared.json"
13+ },
14+ {
15+ "path" : " ./.nuxt/tsconfig.node.json"
16+ }
17+ ]
418}
You can’t perform that action at this time.
0 commit comments