Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nuxt): ui module #82

Merged
merged 40 commits into from
Dec 30, 2023
Merged

feat(nuxt): ui module #82

merged 40 commits into from
Dec 30, 2023

Conversation

productdevbook
Copy link
Member

@productdevbook productdevbook commented Dec 27, 2023

Bugs

Description

In a mvp project I try to create the best ui/ux structure, I try to bring together the best tools in the ecosystem and combine them

export interface UIOptions {
  brand?: 'pergel'
  packages?: {
    /**
     * @default ['ph', 'carbon']
     * @see https://github.com/egoist/tailwindcss-icons
     */
    tailwindIcon?: CollectionNames[] | 'all' | IconsPluginOptions

    /**
     * @default true
     * @see https://tailwindcss.nuxtjs.org
     */
    tailwindcss?: boolean

    /**
     * @default true
     * @see https://github.com/nuxt-modules/color-mode
     */
    colorMode?: boolean
    /**
     * @default true
     * @see https://notivuedocs.netlify.app/push-usage/methods.html
     */
    notivue?: boolean

    /**
     * @default true
     * @see https://github.com/radix-vue/radix-vue
     */
    radixVue?: boolean

    /**
     * @default true
     * @see https://github.com/nuxt-modules/icon
     */
    nuxtIcon?: boolean

    /**
     * @default true
     * @see https://github.com/colinhacks/zod
     */
    zod?: boolean

    /**
     * @default true
     * @see https://vee-validate.logaretm.com/v4
     */
    veeValidate?: boolean

    /**
     * @default true
     * @see https://i18n.nuxtjs.org
     */
    i18n?: boolean

    /**
     * @default true
     * @see https://pinia.vuejs.org
     */
    pinia?: boolean
  }
  copyStructure?: boolean
}

Linked Issues

Additional context

@productdevbook productdevbook changed the title feat: ui module feat(nuxt): ui module Dec 27, 2023
@productdevbook productdevbook marked this pull request as ready for review December 30, 2023 17:20
@productdevbook productdevbook merged commit 7ee6874 into main Dec 30, 2023
2 checks passed
@productdevbook productdevbook deleted the histoire branch December 30, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant