Go to file
fhm e009306325 final 2025-06-15 13:04:43 +07:00
.vscode add pinia and refactor some code 2025-06-09 19:20:11 +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 final 2025-06-15 13:04:43 +07:00
composables final 2025-06-15 13:04:43 +07:00
constants final 2025-06-15 13:04:43 +07:00
layouts final 2025-06-15 13:04:43 +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 final 2025-06-15 13:04:43 +07:00
public final 2025-06-15 13:04:43 +07:00
server gg 2025-03-30 23:26:39 +07:00
stores final 2025-06-15 13:04:43 +07:00
types final 2025-06-15 13:04:43 +07:00
utils final 2025-06-15 13:04:43 +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 final 2025-06-15 13:04:43 +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 add pinia and refactor some code 2025-06-09 19:20:11 +07:00
package-lock.json final 2025-06-15 13:04:43 +07:00
package.json final 2025-06-15 13:04:43 +07:00
tailwind.config.ts gg 2025-03-30 23:26:39 +07:00
tsconfig.json final 2025-06-15 13:04:43 +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.