[Documentation] How to create my own component library based on Vuetify
See original GitHub issueProblem to solve
Hi, I want create my component library based on Vuetify and publish on npm.
For example, my Login Form, my Article Page, my default calendar picker with preset values.
There’s a standard way to do this?
I study https://www.npmjs.com/package/vue-sfc-rollup but I don’t found a way to import external vue dependency (Vuetify) and test it (vue-sfc-rollup use vue serve ./src/lib-dev.vue
).
I use last version of vuetify (2.0.7)
Thank you
Proposed solution
Guide developer to create own component library based on Vuetify.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Build your own Vue.js UI library based on Vuetify and publish ...
Build your own Vue.js UI library based on Vuetify and publish it to NPM. Customize and enhance Vuetify components. Vue.js is a simple...
Read more >Creating your own Vue Component Library - Harvey's Blog
We'll be using the following to create the library: ... I'll also be showing you how to publish your component library to NPM...
Read more >How to create my own component library based on Vuetify
I want create my component library based on Vuetify and publish on npm. Vuetify has already vue-plugin standard installation and use ...
Read more >Vuetify — A Material Design Framework for Vue.js
Vuetify is a Material Design component framework for Vue.js. It aims to provide all the tools necessary to create beautiful content rich applications....
Read more >Vue.js: Vuetify Component Library, Demo & Review - YouTube
This is a demo & review of the Vuetify UI Vue.js Component library. Vuetify is the most popular UI component library for Vue.js....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The issue board is exclusively for bugs. If you have specific questions about how to use Vuetify please check out the following resources:
Thank you for your contribution and interest in improving Vuetify.
Hi @joaomelo , sorry I read your question now.
My problems like “rtl” and undefined $vuetify was only related to “npm link” thats not works correctly in vue local development, when I start using “npm pack” all works well.