Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/universumgames/expoll_client
Expoll Webclient for easy polling
https://github.com/universumgames/expoll_client
expoll vuejs3
Last synced: 7 days ago
JSON representation
Expoll Webclient for easy polling
- Host: GitHub
- URL: https://github.com/universumgames/expoll_client
- Owner: Universumgames
- License: mit
- Created: 2022-06-29T08:44:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T08:42:15.000Z (2 months ago)
- Last Synced: 2024-10-18T02:41:34.571Z (2 months ago)
- Topics: expoll, vuejs3
- Language: Vue
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expoll webclient
This project is one of the three repositories for the expoll project.
The project contains:- this, the webclient
- [the backend](https://git.mt32.net/universum/expoll_server) (or on [Github](https://github.com/Universumgames/expoll_server))
- [the library](https://git.mt32.net/universum/expoll_lib) (or on [Github](https://github.com/Universumgames/expoll_lib))Detailed information on the expoll project and how to deploy the cluster, please see the [README](https://git.mt32.net/universum/expoll_server/-/blob/main/Readme.md) or [README on Github](https://github.com/Universumgames/expoll_server/blob/main/Readme.md).
## Running the webclient on your computer
This project is created with [vuejs3](https://vuejs.org/) and can easily be run via
```sh
npm run serve
```please keep in mind, that the backend server has to be accessible, for changing the development backend server, please edit the [`vue.config.js`](./vue.config.js) file.