Skip to content

[BUG] It doesn't work in Nuxt #116

Description

@lilkimo

I followed steps 1 through 4 of the Vue documentation as follows:

  1. As indicated in the documentation

  2. As indicated in the documentation

  3. I declared the plugin with defineNuxtConfig in vite.plugins; no other changes

  4. At first, I tried putting it in a plugin (~/plugins/boneyard-js.ts) (since there is no main.ts in Nuxt), but it threw an error because the path (.../bones/...) didn't exist. I tried running the dev server first without the Nuxt plugin to see if it would generate the folder, but that didn't work either, so I deliberately skipped that entire step

It just doesn't work, it doesn't generate any files or folders anywhere. I also tried using the pluginOptions { framework: 'vue', out: './bones' }, but that didn't work either

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions