This repository contains the complete source code for the Vue.js deployment tutorial. The tutorial guides you through creating a Vue.js application using the Vite framework, setting up routing with Vue Router, and deploying the application using Docker and NGINX.
- Node.js and npm installed on your system.
- Docker installed for containerization.
- Clone the repository:
git clone https://github.com/agalliani/nested-app
- Navigate to the project directory:
cd nested-app
- Install dependencies:
npm install
- To run the application locally:
npm run dev
- To build the application for production:
npm run build
The tutorial includes steps to containerize the application using Docker and deploy it using NGINX. Refer to the tutorial for detailed instructions.
Contributions to this project are welcome. Please fork the repository and submit a pull request with your updates.
This project is open source and available under the MIT License.
For any queries or suggestions, feel free to contact me.