Skip to content

verove-jordan/vuejs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js Docker Boilerplate

A robust and scalable Vue.js boilerplate optimized to run seamlessly inside a Docker container, orchestrated by Docker Compose. This project serves as a solid foundation for building modern Vue.js applications with streamlined development and deployment processes using Vite and Tailwind CSS.

Requirements

To run this project, ensure you have the following installed:

  • Docker (24.0.6)
  • Docker Compose (2.20.2)
  • Makefile
  • Devcontainer extension in VSCode

Running the Project

To start the development containers, use:

make start-dev

To rebuild the containers, use:

make rebuild-dev

To stop the containers, use:

make stop-dev

To restart the containers, use:

make restart-dev

Accessing the Application

The website is exposed at http://localhost:3000.

About

Dockerized VueJS frontend running with docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published