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