File tree Expand file tree Collapse file tree 2 files changed +7
-31
lines changed Expand file tree Collapse file tree 2 files changed +7
-31
lines changed Original file line number Diff line number Diff line change 14
14
secondary:
15
15
- Open on GitHub →
16
16
- https://github.com/gaetansenn/vunix
17
- snippet: yarn add @ vunix/vue
17
+ snippet: npx nuxi@latest module add vunix
18
18
---
19
19
20
20
#title
Original file line number Diff line number Diff line change @@ -8,21 +8,9 @@ constrainedClass: 'max-w-4xl'
8
8
## New Project with Nuxt.js
9
9
10
10
1 . Install the dependencies in your Nuxt project:
11
-
12
- :: code-group
13
-
14
- ``` bash [yarn]
15
- yarn add @vunix/nuxt
16
- ```
17
-
18
- ``` bash [npm]
19
- npm install @vunix/nuxt
20
- ```
21
-
22
- ``` bash [pnpm]
23
- pnpm install @vunix/nuxt
24
- ```
25
- ::
11
+ ``` bash
12
+ npx nuxi@latest module add vunix
13
+ ```
26
14
27
15
2 . Configure your ` nuxt.config.ts ` to load the module
28
16
@@ -56,21 +44,9 @@ Check the [nuxt-example](https://github.com/gaetansenn/vunix/tree/main/apps/nuxt
56
44
## New project with Vue.js
57
45
58
46
1 . Install the dependencies in your Vue project:
59
-
60
- :: code-group
61
-
62
- ``` bash [yarn]
63
- yarn add @vunix/vue
64
- ```
65
-
66
- ``` bash [npm]
67
- npm install @vunix/vue
68
- ```
69
-
70
- ``` bash [pnpm]
71
- pnpm install @vunix/vue
72
- ```
73
- ::
47
+ ``` bash
48
+ npx nuxi@latest module add vunix
49
+ ```
74
50
75
51
### Global components import
76
52
1 . Add the Vunix vue plugin to your app
You can’t perform that action at this time.
0 commit comments