Krys4lide/frontend
2024-09-24 12:56:50 +02:00
..
app feat: add a loader for SPA javascript loading 2024-09-23 18:56:16 +02:00
components feat: implement a simple navbar 2024-09-24 12:56:50 +02:00
pages feat: implement a simple navbar 2024-09-24 12:56:50 +02:00
public feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt 2024-09-23 18:56:16 +02:00
server feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt 2024-09-23 18:56:16 +02:00
.gitignore feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt 2024-09-23 18:56:16 +02:00
app.vue feat: implement a simple navbar 2024-09-24 12:56:50 +02:00
bun.lockb feat: add DaisyUI for easy components styling and dark mode handling 2024-09-23 18:56:16 +02:00
nuxt.config.ts feat: add DaisyUI for easy components styling and dark mode handling 2024-09-23 18:56:16 +02:00
package.json feat: add DaisyUI for easy components styling and dark mode handling 2024-09-23 18:56:16 +02:00
README.md feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt 2024-09-23 18:56:16 +02:00
tailwind.config.ts feat: add DaisyUI for easy components styling and dark mode handling 2024-09-23 18:56:16 +02:00
tsconfig.json feat: replace desktop by a fresh Tauri install, and add a new frontend module using Nuxt 2024-09-23 18:56:16 +02:00

Nuxt 3 Minimal Starter

TODO : Faire un vrai README pour frontend (Nuxt 3)

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.