Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/assets/img/frameworks/vue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/pages/deployment/progressive-web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ contributors:

Because Ionic Apps are built with web technologies, they can run just as well as a Progressive Web App as they can a native app. Not sure what PWAs are? Check out Ionic's <a href="https://ionicframework.com/pwa" target="_blank">PWA Overview</a> or the <a href="/docs/core-concepts/what-are-progressive-web-apps">What are Progressive Web Apps</a> page for more info.

For the frameworks Ionic supports, we've created dedicated guides that go into more detail. Below are links for Angular and React.
For the frameworks Ionic supports, we've created dedicated guides that go into more detail. Below are links for Angular, React and Vue.

<docs-cards>
<docs-card header="Angular" href="/docs/angular/pwa" img="/docs/assets/img/frameworks/angular.svg"></docs-card>
<docs-card header="React" href="/docs/react/pwa" img="/docs/assets/img/frameworks/react.svg"></docs-card>
<docs-card header="Vue" href="/docs/vue/pwa" img="/docs/assets/img/frameworks/vue.svg"></docs-card>
</docs-cards>