|
3 روز پیش | |
---|---|---|
.vscode | 6 روز پیش | |
components | 3 روز پیش | |
layouts | 1 هفته پیش | |
locales | 3 روز پیش | |
pages | 3 روز پیش | |
public | 4 روز پیش | |
server | 5 روز پیش | |
styles | 5 روز پیش | |
utils | 5 روز پیش | |
.gitignore | 1 هفته پیش | |
README.md | 1 هفته پیش | |
app.vue | 4 روز پیش | |
i18n.config.ts | 5 روز پیش | |
nuxt.config.ts | 4 روز پیش | |
package.json | 5 روز پیش | |
pnpm-lock.yaml | 3 روز پیش | |
tsconfig.json | 1 هفته پیش | |
yarn.lock | 1 هفته پیش |
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.