File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 77
88> [ Ionic] ( https://ionicframework.com/docs/ ) integration for [ Nuxt] ( https://nuxtjs.org )
99
10- ** ⚠️ ` nuxt-ionic ` is currently a work in progress. Expect breaking changes.**
10+ ** ⚠️ ` nuxt-ionic ` is currently a work in progress. Expect breaking changes. ⚠️ **
1111
1212## Features
1313
22221 . Add ` nuxt-ionic ` dependency to your project
2323
2424``` bash
25- yarn add --dev nuxt-ionic # or npm install -D nuxt-ionic or pnpm i -D nuxt-ionic
25+ yarn add --dev nuxt-ionic
26+ # npm install -D nuxt-ionic
27+ # pnpm i -D nuxt-ionic
2628```
2729
28301 . Add ` nuxt-ionic ` to the ` modules ` section of ` nuxt.config.ts `
@@ -35,7 +37,7 @@ export default defineNuxtConfig({
3537 ionic: {
3638 // default options - no configuration is required
3739 integrations: {
38- router,
40+ router: true ,
3941 },
4042 css: {
4143 core: true ,
You can’t perform that action at this time.
0 commit comments