Go to file
2025-07-07 01:38:43 +07:00
assets/css pertama 2025-06-29 22:23:57 +07:00
components contents 2025-07-01 09:29:50 +07:00
layouts pertama 2025-06-29 22:23:57 +07:00
locales pertama 2025-06-29 22:23:57 +07:00
pages contents 2025-07-07 01:38:43 +07:00
plugins pertama 2025-06-29 22:23:57 +07:00
public pertama 2025-06-29 22:23:57 +07:00
stores pertama 2025-06-29 22:23:57 +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 env docker 2025-07-01 14:08:42 +07:00
Dockerfile update docker 2025-07-01 10:20:26 +07:00
i18n.config.ts pertama 2025-06-29 22:23:57 +07:00
nuxt.config.ts pertama 2025-06-29 22:23:57 +07:00
package-lock.json pertama 2025-06-29 22:23:57 +07:00
package.json pertama 2025-06-29 22:23:57 +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.