Skip to content

Docker image containing the necessary nginx configuration for vue-router history mode

Notifications You must be signed in to change notification settings

n8maninger/docker-vue-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal static web server to serve Vue applications with history-mode

Example:

# build
FROM node:lts AS build

WORKDIR /app

COPY . .
RUN npm install && npm run build

FROM n8maninger/vue-router

COPY --from=build /app/dist /www

About

Docker image containing the necessary nginx configuration for vue-router history mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published