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