|
hai 3 meses | |
---|---|---|
.vscode | hai 5 meses | |
public | hai 3 meses | |
server | hai 5 meses | |
src | hai 3 meses | |
.env.development | hai 3 meses | |
.env.production | hai 3 meses | |
.env.staging | hai 3 meses | |
.gitignore | hai 3 meses | |
README.md | hai 5 meses | |
app.vue | hai 5 meses | |
ecosystem.config.js | hai 5 meses | |
nuxt.config.ts | hai 3 meses | |
package.json | hai 4 meses | |
pnpm-lock.yaml | hai 4 meses | |
prettier.config.js | hai 5 meses | |
tailwind.config.js | hai 4 meses | |
tsconfig.json | hai 5 meses |
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.