|
vor 1 Tag | |
---|---|---|
.vscode | vor 6 Tagen | |
components | vor 1 Tag | |
layouts | vor 1 Woche | |
locales | vor 1 Tag | |
pages | vor 2 Tagen | |
public | vor 1 Tag | |
server | vor 4 Tagen | |
styles | vor 4 Tagen | |
utils | vor 4 Tagen | |
.env.development | vor 1 Tag | |
.env.production | vor 1 Tag | |
.env.staging | vor 1 Tag | |
.gitignore | vor 1 Woche | |
README.md | vor 1 Woche | |
app.vue | vor 3 Tagen | |
i18n.config.ts | vor 4 Tagen | |
nuxt.config.ts | vor 3 Tagen | |
package.json | vor 1 Tag | |
pnpm-lock.yaml | vor 1 Tag | |
tsconfig.json | vor 1 Woche | |
yarn.lock | vor 1 Woche |
Look at the Nuxt documentation to learn more.
Make sure to install 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 dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.