Skip to content

media-assistant/mass-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mass-vue

Front end for mass-api using Vite, Vue 3 and Tailwindcss. WIP :D

Development

Vite development server

Run the development server on port 3000 using the command below.

docker-compose up --build

To run commands inside the container (to add/remove dependencies for example), run (in a seperate terminal):

docker-compose exec mass-vue sh

nginx

Running the command below will run a production build and expose the result on port 3000:

docker-compose -f docker-compose.prod.yml up -d --build

It will use nginx to serve the compiled front-end files.

About

Vue front-end for mass-api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published