Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomansion/polytech-coef-simulator
Determine if you are going to pass an EU
https://github.com/tomansion/polytech-coef-simulator
Last synced: 9 days ago
JSON representation
Determine if you are going to pass an EU
- Host: GitHub
- URL: https://github.com/tomansion/polytech-coef-simulator
- Owner: Tomansion
- License: mit
- Created: 2021-11-19T12:05:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T13:09:55.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T08:46:26.847Z (over 1 year ago)
- Language: Vue
- Size: 260 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polytech coef simulator
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Technologi: VUEJS](https://img.shields.io/badge/vue-2.6.14-green.svg)](https://opensource.org/licenses/MIT)![Alt text](images/main.png "How the tool look like")
Made with VueJs```
git clone [email protected]:Tomansion/Polytech-coef-simulator.git
```
```
cd Polytech-coef-simulator
```
## Setting your own coefJust change the src/assets/coef.yaml file
## Run with Docker
```bash
# Build
docker build -t polytech_coef_simulator .
``````bash
# Run
docker run -it -p myPort:8080 polytech_coef_simulator:latest
```
replace 'myPort' by your portadd ```-d ``` to run in background
## Dev setup
```
npm install
```
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```