Go to file
Rynare 22592affd1 api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +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 api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
composables api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
constants api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
layouts api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +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 api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
public a 2025-04-23 14:47:11 +07:00
server gg 2025-03-30 23:26:39 +07:00
types api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +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 api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
package-lock.json api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +07:00
package.json api integration for update and delete product, integration api for create category and delete category 2025-05-17 11:12:05 +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.