Skip to content

Front end of Brorder a bread ordering and managing app

Notifications You must be signed in to change notification settings

VladimirTrois/brorder-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brorder Front

Informations

Partie front de Brorder une application de gestion de commande. Cette application est réalisé pour un camping afin que les clients puissent commander du pain la veille pour le lendemain. Le camping doit ensuite pouvoir gérer ses produits et les commandes.

L'application tourne avec NuxtJs / VueJs.

Development Server

Start the development server on http://localhost:3000:

docker compose build
docker compose up -d --wait

Production

Build the application for production:

docker compose -f compose.yaml -f compose.prod.yaml build
docker compose -f compose.yaml -f compose.prod.yaml up -d --wait

Without docker:

# npm
npm run dev
# npm
npm run build
node .output/server/index.mjs
# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

All modules used

npx nuxi@latest module add pinia
npx nuxi module add @pinia/colada-nuxt
npx nuxi@latest module add auth-utils
npx nuxi module add color-mode
npx nuxi module add icon
npm install vue-jwt-decode
npx nuxi@latest module add vueuse
npx nuxi@latest module add @samk-dev/nuxt-vcalendar
npm install --save-dev @nuxtjs/date-fns
npm i pinia-plugin-persistedstate
npm install multer

About

Front end of Brorder a bread ordering and managing app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published