|
il y a 1 semaine | |
---|---|---|
.vscode | il y a 3 semaines | |
components | il y a 1 semaine | |
layouts | il y a 3 semaines | |
locales | il y a 1 semaine | |
pages | il y a 1 semaine | |
public | il y a 1 semaine | |
server | il y a 3 semaines | |
styles | il y a 3 semaines | |
utils | il y a 3 semaines | |
.gitignore | il y a 3 semaines | |
README.md | il y a 3 semaines | |
app.vue | il y a 1 semaine | |
i18n.config.ts | il y a 3 semaines | |
nuxt.config.ts | il y a 3 semaines | |
package.json | il y a 3 semaines | |
pnpm-lock.yaml | il y a 2 semaines | |
tsconfig.json | il y a 3 semaines | |
yarn.lock | il y a 3 semaines |
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.