demo-int-table/admin_front
Kseninia Mikhaylova 978800bfae добавление точки старта 2024-05-22 14:20:38 +03:00
..
assets load image from server 2024-05-20 15:21:02 +03:00
components добавление точки старта 2024-05-22 14:20:38 +03:00
pages добавление точки старта 2024-05-22 14:20:38 +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 move components to other files 2024-05-20 16:35:36 +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 test d3 func 2024-05-20 23:41:30 +03:00
package.json test d3 func 2024-05-20 23:41:30 +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.