|
2 ay önce | |
---|---|---|
.vscode | 5 ay önce | |
public | 3 ay önce | |
server | 5 ay önce | |
src | 2 ay önce | |
.env.development | 2 ay önce | |
.env.production | 2 ay önce | |
.env.staging | 2 ay önce | |
.gitignore | 3 ay önce | |
README.md | 5 ay önce | |
app.vue | 5 ay önce | |
ecosystem.config.js | 5 ay önce | |
nuxt.config.ts | 3 ay önce | |
package.json | 2 ay önce | |
pnpm-lock.yaml | 2 ay önce | |
prettier.config.js | 5 ay önce | |
tailwind.config.js | 4 ay önce | |
tsconfig.json | 5 ay önce |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the 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 run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.