Go to file
2025-07-31 14:08:55 +07:00
assets/css merapikan koding 2025-07-29 22:57:15 +07:00
components auth 2025-07-31 13:56:11 +07:00
layouts merapikan koding 2025-07-29 22:57:15 +07:00
locales pertama 2025-06-29 22:23:57 +07:00
middleware auth 2025-07-31 13:56:11 +07:00
pages auth 2025-07-31 13:56:11 +07:00
plugins auth 2025-07-31 13:56:11 +07:00
public auth 2025-07-31 13:56:11 +07:00
stores auth 2025-07-31 13:56:11 +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 spa 2025-07-31 14:08:55 +07:00
Dockerfile docker spa 2025-07-31 14:08:55 +07:00
i18n.config.ts pertama 2025-06-29 22:23:57 +07:00
nuxt.config.ts auth 2025-07-31 13:56:11 +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.