Skip to content

Commit

Permalink
docs(nuxt-admin): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 23, 2023
1 parent 89e0245 commit 943d276
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions starter/nuxt-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,13 @@ You can check out the default configuration in the [source of this file](https:/

To customize the components, just override the default components by creating a file in your Nuxt app with the same name.

| Component | Path |
| ----------------------- | --------------------------------------- |
| `AdminFooter` | `components/admin/Footer.vue` |
| `AdminHeader` | `components/admin/Header.vue` |
| `AdminNotification` | `components/admin/Notification.vue` |
| `AdminNotificationItem` | `components/admin/NotificationItem.vue` |
| `AdminPageHeader` | `components/admin/PageHeader.vue` |
| `AdminShell` | `components/admin/Shell.vue` |
| `AdminSidebar` | `components/admin/Sidebar.vue` |
| `DarkModeSwitcher` | `components/DarkModeSwitcher.vue` |
Check out the full list of components [here](https://github.com/gitsindonesia/ui-component/tree/main/starter/nuxt-admin/components).

## Pages

To customize the pages, just override the default pages by creating a file in your Nuxt app with the same name.

| Path | Description |
| ------------------------- | ---------------------- |
| `pages/admin/index.vue` | The admin home page |
| `pages/admin/profile.vue` | The admin profile page |
Check out the full list of pages [here](https://github.com/gitsindonesia/ui-component/tree/main/starter/nuxt-admin/pages).

## Authentication

Expand Down

1 comment on commit 943d276

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gits-nuxt-admin ready!

✅ Preview
https://gits-nuxt-admin-87jxvb9km-gravitano.vercel.app

Built with commit 943d276.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.