Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
server/ | 2024-05-21 17:03 | - | ||
pages/ | 2024-05-24 14:29 | - | ||
node_modules/ | 2024-05-30 13:47 | - | ||
middleware/ | 2024-05-21 17:03 | - | ||
layouts/ | 2024-05-21 17:03 | - | ||
components/ | 2024-05-24 14:29 | - | ||
assets/ | 2024-05-21 17:03 | - | ||
tsconfig.json | 2024-05-21 17:03 | 94 | 595aea1 more query options + view options [كارل مبارك] | |
package.json | 2024-05-24 14:17 | 486 | afd0ccc remove unused [كارل مبارك] | |
package-lock.json | 2024-05-30 13:47 | 473K | afd0ccc remove unused [كارل مبارك] | |
nuxt.config.ts | 2024-05-24 14:29 | 469 | 4914647 redirect hom,e to submissions [كارل مبارك] | |
app.config.ts | 2024-05-21 17:03 | 95 | 595aea1 more query options + view options [كارل مبارك] | |
README.md | 2024-05-21 17:03 | 842 | 595aea1 more query options + view options [كارل مبارك] |
# Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev ``` ## Production Build the application for production: ```bash # npm npm run build # pnpm pnpm run build # yarn yarn build # bun bun run build ``` Locally preview production build: ```bash # npm npm run preview # pnpm pnpm run preview # yarn yarn preview # bun bun run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.