Skip to content

theztd/nomad-vue-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue nomad dashboard

Very basic dashboard for the Nomad implemented in Vuejs. It is only silly proof of concept made to learn something new and to have fun...

Job detail image

Run the appp

docker run -it --rm -p 8080:80 \
    -v $PWD/:/usr/share/nginx/html/ \
    -v $PWD/default.conf:/etc/nginx/conf.d/default.conf \
    --name nginx nginx

The application will be available at the address http://localhost:8080/vue/index.html.

This docker staff is required mainly because CORS...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published