Files
examples/vuejs/README.md

26 lines
809 B
Markdown
Raw Normal View History

2024-06-30 19:21:50 -06:00
# Vuejs Example
2024-06-30 19:13:27 -06:00
2024-06-30 19:21:50 -06:00
This repository contains an example of vuejs application that is deployed on Dokploy.
2024-06-30 19:13:27 -06:00
This example assume you use `Nixpacks` as the build type.
2024-06-30 19:13:27 -06:00
2024-06-30 19:21:50 -06:00
1. **Use Git Provider in Your Application**:
- Repository: `https://github.com/Dokploy/examples.git`
- Branch: `main`
2024-06-30 20:31:53 -06:00
- Build path: `/vuejs`
2024-06-30 19:13:27 -06:00
2. **Set the publish publish directory**:
- Ensure you set it to `dist/`. Note that there is no dot before `dist`!
2024-06-30 19:29:32 -06:00
3. **Click on Deploy**:
2024-06-30 19:21:50 -06:00
- Deploy your application by clicking the deploy button.
2024-06-30 19:13:27 -06:00
2024-06-30 19:29:32 -06:00
4. **Generate a Domain**:
2024-06-30 19:21:50 -06:00
- Click on generate domain button.
- A new domain will be generated for you.
- You can use this domain to access your application.
2024-11-12 15:43:16 +01:00
- Set the port to 80
2024-06-30 19:13:27 -06:00
2024-06-30 19:21:50 -06:00
If you need further assistance, join our [Discord server](https://discord.com/invite/2tBnJ3jDJc).