Go to file
2025-08-07 15:33:07 +07:00
assets/css merapikan koding 2025-07-29 22:57:15 +07:00
components unsaved message 2025-08-07 13:17:54 +07:00
layouts merapikan koding 2025-07-29 22:57:15 +07:00
locales pertama 2025-06-29 22:23:57 +07:00
middleware register 2025-08-06 09:40:55 +07:00
pages register 2025-08-06 09:40:55 +07:00
plugins coba plugin 2025-08-07 13:29:52 +07:00
public auth 2025-07-31 13:56:11 +07:00
stores coba deprecated 2025-08-07 14:00:59 +07:00
.dockerignore docker nginx 2025-08-07 10:06:51 +07:00
.editorconfig pertama 2025-06-29 22:23:57 +07:00
.eslintrc.js pertama 2025-06-29 22:23:57 +07:00
.gitignore pertama 2025-06-29 22:23:57 +07:00
.prettierrc pertama 2025-06-29 22:23:57 +07:00
app-setting.ts pertama 2025-06-29 22:23:57 +07:00
docker-compose.yml docker nginx 2025-08-07 10:06:51 +07:00
Dockerfile test 2025-08-07 15:33:07 +07:00
i18n.config.ts pertama 2025-06-29 22:23:57 +07:00
nginx.conf perbaikan docker 2025-08-07 12:28:33 +07:00
nuxt.config.ts coba nuxt 2025-08-07 15:23:30 +07:00
package-lock.json merapikan koding 2025-07-29 22:57:15 +07:00
package.json merapikan koding 2025-07-29 22:57:15 +07:00
README.md pertama 2025-06-29 22:23:57 +07:00
tailwind.config.cjs pertama 2025-06-29 22:23:57 +07:00
theme.config.ts pertama 2025-06-29 22:23:57 +07:00
tsconfig.json pertama 2025-06-29 22:23:57 +07:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.