Web app to keep track of a set of exercise that I personally do each week. The goal is to create something I would use and learn coding while doing it.
- Ionic
- Vue 3
- Vue PWA
- Make sure you have the latest Nodejs LTS installed
- Have Vue CLI installed (
npm i -g @vue/cli
) - Have Ionic CLI installed, please check Ionic's website
- Vscode obiously, with useful extensions:
- Volar
- Prettier
- Ionic
- Run
npm install
- Run
ionic serve
to run the app - Run
ionic build
to build to/dist
directory
Thanks to Nita for data input.