Simple cross-platform todo app, built on top of Typescript, Vue, Vuetify and Neutralinojs
Install dependencies:
yarn && yarn update
Open for development:
yarn dev
Visit http://localhost:8090/
to preview.
Build base for all platforms:
yarn build
Build for web (GitHub pages):
yarn build-github
Build for desktop (MacOS, Windows, Linux):
yarn build-desktop
Debug on your system (Neutralino):
yarn open-desktop
Debug android build (Android Studio):
yarn open-android
Debug iOS build (Android Studio):
yarn open-ios
git checkout dev
git checkout -b *name-of-branch*
Where *name-of-branch*
could be feature/*feature-name*
or fix/*bug-name*
.