Skip to content

Commit

Permalink
Merge pull request #5 from telvarost/main
Browse files Browse the repository at this point in the history
Update angular to latest version of 16 and tauri to 1.5.3
  • Loading branch information
maximegris authored Jan 7, 2024
2 parents f3c790f + 3129665 commit c165c20
Show file tree
Hide file tree
Showing 5 changed files with 10,138 additions and 5,467 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"rules": {
"prefer-arrow/prefer-arrow-functions": 0,
"@angular-eslint/directive-selector": 0,
"@angular-eslint/directive-selector": 0,
"@angular-eslint/component-selector": [
"error",
{
Expand All @@ -46,8 +46,7 @@
"extends": [
"plugin:@angular-eslint/template/recommended"
],
"rules": {
}
"rules": {}
}
]
}
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@

# Introduction

Bootstrap and package your project with Angular 14 (Typescript + SASS + Hot Reload) and Tauri (Rust) for creating Desktop applications.
Bootstrap and package your project with Angular 16 (Typescript + SASS + Hot Reload) and Tauri (Rust) for creating Desktop applications.

Currently runs with:

- Angular v15.2.0
- Tauri 1.0.5
- Angular v16.2.12
- Tauri 1.5.3

With this sample, you can:

- Run your app in a local development environment with Tauri & Hot reload
- Run your app in a production environment
- Package your app into an executable file for Linux, Windows & Mac

/!\ Angular CLI needs Node 14 or later to work correctly.
/!\ Angular CLI needs Node 16 or later to work correctly.

## Getting Started

Expand All @@ -52,6 +52,12 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
npm install -g @angular/cli
```

Older @angular/cli references may grab angular version 15. To update to angular version 16 specifically for the global cli run:

``` bash
npm install -g @angular/cli@^16
```

## To build for development

- **in a terminal window** -> npm start
Expand Down
Loading

0 comments on commit c165c20

Please sign in to comment.