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
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
This is a Nuxt wrapper for [Lenis](https://lenis.studiofreight.com/) by [Studio Freight](https://studiofreight.com/). Thank them for the incredible tool.
3
3
4
4
## Getting Started
5
-
coming soon!
6
-
7
-
8
-
9
-
10
-
## Development
11
-
- Run `npm run dev:prepare` to generate type stubs.
12
-
- Use `npm run dev` to start [playground](./playground) in development mode.
5
+
1.`yarn add nuxt-lenis`
6
+
2. Add `nuxt-lenis` to your modules in nuxt.config
7
+
3. In your `app.vue` file, wrap the nuxt page in the lenis component
0 commit comments