Skip to content

Commit

Permalink
adds ui
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Apr 30, 2024
1 parent ffc4a34 commit d70a15d
Show file tree
Hide file tree
Showing 4 changed files with 1,220 additions and 11 deletions.
7 changes: 7 additions & 0 deletions packages/docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import DyePicker from './components/DyePicker.vue'

<template>
<DyePicker color="#ff0000" />
<UDashboardCard
title="Recent sales"
description="You made 265 sales this month."
icon="i-heroicons-chart-bar"
>
<UProgress />
</UDashboardCard>
</template>

<style lang="scss">
Expand Down
3 changes: 2 additions & 1 deletion packages/docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ['@pinia/nuxt']
extends: ['@nuxt/ui-pro'],
modules: ['@pinia/nuxt', '@nuxt/ui']
})
1 change: 1 addition & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui-pro": "^1.1.0",
"@pinia/nuxt": "^0.5.1",
"@umbrajs/core": "workspace:*",
"@vueuse/components": "^10.1.2",
Expand Down
Loading

0 comments on commit d70a15d

Please sign in to comment.