Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ModuleArt/neu-todo

Simple cross-platform todo app, built on top of Typescript, Vue, Vuetify and Neutralinojs
https://github.com/ModuleArt/neu-todo

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# NeuTodo

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

## Scripts

#### 🛠 Dev

Install dependencies:

```bash
yarn && yarn update
```

Open for development:

```bash
yarn dev
```

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


#### 🏗 Build

Build base for all platforms:

```bash
yarn build
```

Build for web (GitHub pages):

```bash
yarn build-github
```

Build for desktop (MacOS, Windows, Linux):

```bash
yarn build-desktop
```


#### 🖥 Run

Debug on your system (Neutralino):

```bash
yarn open-desktop
```

Debug android build (Android Studio):

```bash
yarn open-android
```

Debug iOS build (Android Studio):

```bash
yarn open-ios
```

## Contribution guide

##### 1. Fork

##### 2. Create new branch

```bash
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