Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/app-generator/deploypro-vue
DeployPRO Service - Vue Sample
https://github.com/app-generator/deploypro-vue
deploypro deploypro-sample deploypro-vue
Last synced: 15 days ago
JSON representation
DeployPRO Service - Vue Sample
- Host: GitHub
- URL: https://github.com/app-generator/deploypro-vue
- Owner: app-generator
- Created: 2023-07-18T05:26:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T05:24:19.000Z (over 1 year ago)
- Last Synced: 2024-12-15T21:18:16.184Z (20 days ago)
- Topics: deploypro, deploypro-sample, deploypro-vue
- Language: Vue
- Homepage: https://www.docs.deploypro.dev/samples/vue
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [DeployPRO Vue](https://www.docs.deploypro.dev/samples/vue) `Free Sample`
Minimal `Vue Sample` provided by [DeployPRO](https://deploypro.dev/) service for testing.
## Run in `Docker`
```bash
$ docker-compose up --build
```
At this point, the app runs at `localhost:5000`
## Manual Build
```bash
$ yarn
$ yarn start # development
$ yarn build # production
```
---
[Vue Starter](https://www.docs.deploypro.dev/samples/vue) - Open-source sample provided by [DeployPRO](https://deploypro.dev/)