trying to create a POC nuxt app using https://github.com/AmpleOrganics/Blaze.vue, could not get my component library to install so i created a default create-nuxt-app using the antd and it does not register the components either as part of the default scaffolding
create-nuxt-app version: 2.4.3
yarn: 1.13.0
node: 10.15.0 (minor is the lts)
OS: osx
Steps to reproduce:
yarn create nuxt-app test or whatever npx equivalent
when selecting a ui library choose antd
in the default pages/index.vue paste the following:
<v-button type="primary">
main button
</v-button>
i notice that only the text is rendered and the html tag is v-button instead of the compiled button
would like to understand the underlying issue as the goal is to actually use a different component library from antd
trying to create a POC nuxt app using https://github.com/AmpleOrganics/Blaze.vue, could not get my component library to install so i created a default create-nuxt-app using the antd and it does not register the components either as part of the default scaffolding
create-nuxt-app version: 2.4.3 yarn: 1.13.0 node: 10.15.0 (minor is the lts) OS: osx
Steps to reproduce:
yarn create nuxt-app test
or whatever npx equivalentantd
i notice that only the text is rendered and the html tag is v-button instead of the compiled button
would like to understand the underlying issue as the goal is to actually use a different component library from antd