Skip to content

Commit

Permalink
release(app): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsutherland committed Feb 19, 2021
1 parent d309a07 commit 732160c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/)

> Now using Ionic 4.11.8, Electron 7.1.9 and Angular 8.2.14 :tada:. See here for [Ionic 1](https://github.com/paulsutherland/Polyonic/tree/Ionic1) and [Ionic 3](https://github.com/paulsutherland/Polyonic/tree/Ionic3).
> Now using Ionic 5, Electron 11 and Angular 11 :tada:. See here for [Ionic 1](https://github.com/paulsutherland/Polyonic/tree/Ionic1) and [Ionic 3](https://github.com/paulsutherland/Polyonic/tree/Ionic3).
## Build once using web technologies and deploy everywhere!

Expand All @@ -31,7 +31,7 @@ And that is why I decided to try combining Electron and Ionic. Is it wise to hav

The dependencies for this project are [Node.js](https://nodejs.org), [Ionic Framework](https://ionicframework.com/) and [Cordova](https://cordova.apache.org/).

You will need the latest Node 10 LTS and NPM 6+ installed.
You will need the latest Node 14 LTS and NPM 7 installed.

Make sure you have [node installed and running](https://nodejs.org/en/download/), then install Ionic and Cordova globally using npm.

Expand Down Expand Up @@ -191,12 +191,6 @@ You will need to include a key or password/secret from the user, or an api app,

[How to publish a progressive web app](https://ionicframework.com/docs/publishing/progressive-web-app)

## Ionic App Flow

When using [Ionic App Flow](https://ionicframework.com/docs/appflow/quickstart/installation) and the ```cordova-plugin-ionic``` plugin, you may experience the app hanging on start-up whilst developing your apps in live-reload. To prevent this, the app uses a script to disable deploy in the ```config.xml``` file in development mode. It then then uses a pre-commit hook to enable it when checking into git.

Using the above npm commands will make sure you don't run into issues with Ioinc App Flow.

## Credits

This application was built using the [Electron Framework](http://electron.atom.io/) :heart: for creating desktop apps and [Ionic Framework](http://ionicframework.com/) :heart: for the UI and creating Native Mobile Applications, Progressive Mobile Web Applications and Web Applications.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "polyonic",
"productName": "Polyonic App",
"description": "An Ionic project",
"version": "2.3.2",
"version": "3.0.0",
"author": {
"name": "Your Name",
"email": "[email protected]",
Expand Down

0 comments on commit 732160c

Please sign in to comment.