Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Latest commit

 

History

History
82 lines (51 loc) · 997 Bytes

README.md

File metadata and controls

82 lines (51 loc) · 997 Bytes

NeuTodo

Simple cross-platform todo app, built on top of Typescript, Vue, Vuetify and Neutralinojs

Scripts

🛠 Dev

Install dependencies:

yarn && yarn update

Open for development:

yarn dev

Visit http://localhost:8090/ to preview.


🏗 Build

Build base for all platforms:

yarn build

Build for web (GitHub pages):

yarn build-github

Build for desktop (MacOS, Windows, Linux):

yarn build-desktop

🖥 Run

Debug on your system (Neutralino):

yarn open-desktop

Debug android build (Android Studio):

yarn open-android

Debug iOS build (Android Studio):

yarn open-ios

Contribution guide

1. Fork
2. Create new branch
git checkout dev
git checkout -b *name-of-branch*

Where *name-of-branch* could be feature/*feature-name* or fix/*bug-name*.

3. Make your changes
4. Create pull request to dev branch