Go to file
fhm 959785d0ce after exam registration 2025-05-24 13:50:10 +07:00
.vscode api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
assets/css api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
components after exam registration 2025-05-24 13:50:10 +07:00
composables after exam registration 2025-05-24 13:50:10 +07:00
constants after exam registration 2025-05-24 13:50:10 +07:00
layouts backup 2025-05-19 21:20:59 +07:00
lib gg 2025-03-30 23:26:39 +07:00
middleware api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
pages after exam registration 2025-05-24 13:50:10 +07:00
public a 2025-04-23 14:47:11 +07:00
server gg 2025-03-30 23:26:39 +07:00
types after exam registration 2025-05-24 13:50:10 +07:00
utils/spreadsheet api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +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 api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
env.d.ts api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
nuxt.config.ts after exam registration 2025-05-24 13:50:10 +07:00
package-lock.json after exam registration 2025-05-24 13:50:10 +07:00
package.json after exam registration 2025-05-24 13:50:10 +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.