- python3
- place to time-elapsed-format folder
- in root directory create a python file and import elapsed_time and printf:
from logic.core import elapsed_time, printf
- create any function as desired and use elapsed_time as decorator
- it receive a 'precision' as optional parameter as configuration limited in decimals to be shown
- or you can follow examples done in main.py running
python3 main.py
- npm +6 or yarn +1.22
- vue-cli (optional)
- place to auto-save folder
- install dependencies:
- using npm
npm install
- using yarn
yarn install
- using npm
- after install finished, run
yarn serve
- Go to the browser and type: localhost:8080