You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Batteries-included, zero-config needed, Ionic integration for Nuxt'
4
4
---
5
5
6
-
# Introduction
7
-
8
6
`@nuxtjs/ionic` provides a batteries-included, zero-config needed, Ionic integration for Nuxt.
9
7
10
8
Supercharge your Ionic apps with the power of Nuxt, giving you the tremendous development experience you're used to
11
9
when using Nuxt for web.
12
10
13
11
Follow the installation guide to get going immediately, or continue reading to find out more about what this module provides.
14
12
15
-
::alert{type="info"}
13
+
::callout{color="info"icon="i-lucide-info"}
16
14
Get started with our [Installation guide](/get-started/installation).
17
15
::
18
16
19
17
## What is Ionic?
20
18
21
19
[The Ionic SDK](https://ionicframework.com/) is an open-source UI toolkit for building modern, cross-platform mobile apps from a single codebase. It deeply integrates with Vue for a delightful mobile dev experience.
22
20
23
-
::alert{type="info"}
21
+
::callout{color="info"icon="i-lucide-info"}
24
22
Read the [Ionic documentation for Vue](https://ionicframework.com/docs/vue/overview) to learn more about Vue development with Ionic.
25
23
::
26
24
@@ -37,14 +35,14 @@ This module attempts to get you going with Nuxt + Ionic quickly, providing sane
37
35
-**Capacitor integration**: works out-of-the-box with [Capacitor](https://capacitorjs.com/) for shipping to native platforms like iOS and Android.
38
36
::
39
37
40
-
::alert{type="info"}
38
+
::callout{color="info"icon="i-lucide-info"}
41
39
Read more about [our features](/overview).
42
40
::
43
41
44
42
## Cookbook
45
43
46
44
Our cookbook documentation provides common use-cases with code examples to get you going as fast as possible. And if you create something useful, come back and submit a PR to have it added to our cookbook.
47
45
48
-
::alert{type="info"}
46
+
::callout{color="info"icon="i-lucide-info"}
49
47
Discover common recipes in [our cookbook](/cookbook).
If deploying to iOS or Android, be aware the app must be able to run completely client-side. We recommend setting `ssr: false` in your nuxt config. Find out more in [deploying to both web and device](/cookbook/web-and-device).
0 commit comments