|
|
hai 1 ano | |
|---|---|---|
| assets | hai 1 ano | |
| components | hai 1 ano | |
| layouts | hai 1 ano | |
| pages | hai 1 ano | |
| plugins | hai 1 ano | |
| public | hai 1 ano | |
| server | hai 1 ano | |
| .gitignore | hai 1 ano | |
| README.md | hai 1 ano | |
| app.vue | hai 1 ano | |
| nuxt.config.ts | hai 1 ano | |
| package-lock.json | hai 1 ano | |
| package.json | hai 1 ano | |
| tsconfig.json | hai 1 ano |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.