Go to file
Константин Уколов 112dd2358a feat: add axios 2024-07-31 10:53:01 +03:00
plugins feat: orval generate 2024-07-31 10:38:59 +03:00
public init commit 2024-07-30 10:41:22 +03:00
server init commit 2024-07-30 10:41:22 +03:00
src feat: add axios 2024-07-31 10:53:01 +03:00
.gitignore init commit 2024-07-30 10:41:22 +03:00
.npmrc init commit 2024-07-30 10:41:22 +03:00
README.md init commit 2024-07-30 10:41:22 +03:00
app.config.ts feat: add catalog page 2024-07-31 10:12:27 +03:00
app.vue feat: orval generate 2024-07-31 10:38:59 +03:00
cakes.json build: add orval config 2024-07-31 10:33:45 +03:00
eslint.config.js build: rebuild eslint 2024-07-30 11:49:40 +03:00
nuxt.config.ts build: rebuild eslint 2024-07-30 11:49:40 +03:00
orval.config.ts feat: add axios 2024-07-31 10:53:01 +03:00
package.json feat: add axios 2024-07-31 10:53:01 +03:00
pnpm-lock.yaml feat: add axios 2024-07-31 10:53:01 +03:00
tsconfig.json init commit 2024-07-30 10:41:22 +03:00
uno.config.ts feat: orval generate 2024-07-31 10:38:59 +03:00

README.md

Nuxt UI Minimal Starter

Look at Nuxt docs and Nuxt UI docs to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.