demo-int-table/admin_front
Kseninia Mikhaylova d040f05fba add points save 2024-05-23 13:06:29 +03:00
..
assets load image from server 2024-05-20 15:21:02 +03:00
components add points save 2024-05-23 13:06:29 +03:00
pages add points save 2024-05-23 13:06:29 +03:00
presets 1st 2024-05-16 16:40:19 +03:00
public 1st 2024-05-16 16:40:19 +03:00
server 1st 2024-05-16 16:40:19 +03:00
.gitignore 1st 2024-05-16 16:40:19 +03:00
README.md 1st 2024-05-16 16:40:19 +03:00
app.vue add cabinets 2024-05-22 14:55:14 +03:00
helpers.ts load image from server 2024-05-20 15:21:02 +03:00
nuxt.config.ts save data 2024-05-17 16:01:18 +03:00
package-lock.json add cabinets 2024-05-22 14:55:14 +03:00
package.json add cabinets 2024-05-22 14:55:14 +03:00
tailwind.config.js save data 2024-05-17 16:01:18 +03:00
tsconfig.json 1st 2024-05-16 16:40:19 +03:00

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation 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.