Skip to content

Commit

Permalink
Merge pull request #97 from xiaoluoboding/feat/nuxt-module
Browse files Browse the repository at this point in the history
feat: add vue-sonner for nuxt module
  • Loading branch information
xiaoluoboding authored Oct 29, 2024
2 parents 91313dc + 96cbe8a commit 85bbea5
Show file tree
Hide file tree
Showing 33 changed files with 101 additions and 2,805 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ temp
*.sln
*.sw?

components.d.ts
components.d.ts

.nuxt
playground/.nuxt
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"dev:playground": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
"build:dev": "vite build --mode lib --watch",
"build:docs": "vite build --mode docs",
"build:lib": "vite build --mode lib && pnpm run build:types",
Expand Down Expand Up @@ -73,6 +73,7 @@
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.9",
"vue": "^3.5.12",
"vue-sonner": "^1.2.3",
"vue-tsc": "^2.1.6"
},
"dependencies": {
Expand Down
18 changes: 0 additions & 18 deletions playground/.nuxt/app.config.mjs

This file was deleted.

1,545 changes: 0 additions & 1,545 deletions playground/.nuxt/dev/index.mjs

This file was deleted.

1 change: 0 additions & 1 deletion playground/.nuxt/dev/index.mjs.map

This file was deleted.

29 changes: 0 additions & 29 deletions playground/.nuxt/imports.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion playground/.nuxt/manifest/latest.json

This file was deleted.

1 change: 0 additions & 1 deletion playground/.nuxt/manifest/meta/dev.json

This file was deleted.

17 changes: 0 additions & 17 deletions playground/.nuxt/nitro.json

This file was deleted.

19 changes: 0 additions & 19 deletions playground/.nuxt/nuxt.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions playground/.nuxt/nuxt.json

This file was deleted.

17 changes: 0 additions & 17 deletions playground/.nuxt/schema/nuxt.schema.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions playground/.nuxt/schema/nuxt.schema.json

This file was deleted.

164 changes: 0 additions & 164 deletions playground/.nuxt/tsconfig.json

This file was deleted.

Loading

0 comments on commit 85bbea5

Please sign in to comment.