Skip to content

Commit

Permalink
➕ Add @nuxt/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 9, 2023
1 parent 9be90af commit de8cf7a
Show file tree
Hide file tree
Showing 4 changed files with 4,433 additions and 1,474 deletions.
7 changes: 7 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<div class="flex flex-col min-h-screen">
<NuxtLayout class="w-full flex-grow">
<NuxtPage />
</NuxtLayout>
</div>
</template>
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ export default defineNuxtConfig({
],
},
},
modules: ["@pinia/nuxt"],
modules: [
"@pinia/nuxt",
"@nuxt/ui"
],
});
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"devDependencies": {
"@keplr-wallet/types": "^0.11.24",
"cosmjs-types": "^0.6.0",
"nuxt": "3.0.0",
"nuxt": "3.8.1",
"vue-gtag": "^2.0.1"
},
"dependencies": {
"@cosmjs/stargate": "^0.29.5",
"@likecoin/iscn-js": "^0.5.2",
"@nuxt/ui": "^2.10.0",
"@pinia/nuxt": "^0.4.6",
"axios": "^1.2.1",
"bech32": "^2.0.0",
Expand Down
Loading

0 comments on commit de8cf7a

Please sign in to comment.