HiTarget-UI is the user interface of HiTarget TODO list app. hitarget
was designed with 3 main components:
- hitarget-api: the backend api is written in Python 3.6 using FastAPI, which processes all logic of this TODO list app
- hitarget-ui: the frontent UI is written in Javascript using VueJs 3.x
- hitarget-it: the configuration and deployment management scripts using Ansible Playbook
npm install
npm run serve
npm run build
npm run lint