You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The end goal of this little side-project is to create a company-wide standards plugin, that will be deployed to a private github npm packages registry. Not sure how much this changes, but we do use nuxt in our projects.
The main components of this project are:
styling (light/dark vuetify theme, overrides, variables, and a typography file for mobile font styles)
create a few vuetify components that will be used amongst our various projects, such as a navigation drawer
define a single location for some utilities such as colors & svg assets
I started off looking at some example plugins, such as v-currency-field, and a few guides online. I quickly stumbled across this helpful vuetify repo, but am having trouble marrying the two ideas/figuring out if I'm going down the correct path.
It seems like the vue-cli-plugin route isn't what I'm looking for, but it's been the only route I've found that seems designed to handle the vuetify themes/overides.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The end goal of this little side-project is to create a company-wide standards plugin, that will be deployed to a private github npm packages registry. Not sure how much this changes, but we do use nuxt in our projects.
The main components of this project are:
I started off looking at some example plugins, such as v-currency-field, and a few guides online. I quickly stumbled across this helpful vuetify repo, but am having trouble marrying the two ideas/figuring out if I'm going down the correct path.
It seems like the vue-cli-plugin route isn't what I'm looking for, but it's been the only route I've found that seems designed to handle the vuetify themes/overides.
Any guidance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions