We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c222ce commit 64d6e0eCopy full SHA for 64d6e0e
1 file changed
README.md
@@ -11,7 +11,7 @@
11
12
## Features
13
14
-**⚠️ `nuxt-ionic` is currently a work in progress. Expect breaking changes. ⚠️**
+**⚠️ `nuxt-ionic` is currently a work in progress. ⚠️**
15
16
- [x] Zero-config required
17
- [x] Auto-import Ionic components and composables throughout your app
@@ -54,7 +54,6 @@ export default defineNuxtConfig({
54
55
- Clone this repository
56
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js < 16.10)
57
-- Run `pnpm dev:prepare` to generate type stubs.
58
- Install dependencies using `pnpm install`
59
- Run `pnpm dev` to start [playground](./playground) in development mode
60
0 commit comments