Go to file
Rynare fd14f8a6c1 update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
assets/css update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
components update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
composables update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
layouts a 2025-04-23 14:47:11 +07:00
lib gg 2025-03-30 23:26:39 +07:00
middleware a 2025-04-23 14:47:11 +07:00
pages update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
public a 2025-04-23 14:47:11 +07:00
server gg 2025-03-30 23:26:39 +07:00
types/landing-page/demo update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
utils/spreadsheet update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
.gitignore gg 2025-03-30 23:26:39 +07:00
README.md gg 2025-03-30 23:26:39 +07:00
app.config.ts a 2025-04-23 14:47:11 +07:00
app.vue update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
components.json gg 2025-03-30 23:26:39 +07:00
nuxt.config.ts update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
package-lock.json update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
package.json update tampilan landing page, add new modal, update table, new library for dependecies, update style tailwind, add type safe for ts, update nuxt config. 2025-04-26 00:26:10 +07:00
shad-tailwind.config.ts gg 2025-03-30 23:26:39 +07:00
tailwind.config.ts gg 2025-03-30 23:26:39 +07:00
tsconfig.json gg 2025-03-30 23:26:39 +07:00

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.