Node/Nuxt.js: Difference between revisions
< Node
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
pnpm approve-builds | pnpm approve-builds | ||
pnpm dev | pnpm dev | ||
</syntaxhighlight> | |||
Cannot access WSL Ubuntu | |||
<syntaxhighlight lang="powershell"> | |||
New-NetFirewallRule -DisplayName "Nuxt WSL Port 3000" -Direction Inbound -LocalPort 3000 -Protocol TCP -Action Allow | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 04:38, 9 September 2026
npm create nuxt@latest test-nuxt
cd test-nuxt
pnpm approve-builds
pnpm dev
Cannot access WSL Ubuntu
New-NetFirewallRule -DisplayName "Nuxt WSL Port 3000" -Direction Inbound -LocalPort 3000 -Protocol TCP -Action Allow