b-tooltip css not working when installing using npm package manager
up vote
4
down vote
favorite
I am currently working on making a component much like the contribution graph from Github and struggling a bit to share it as an npm package.
The component vue-contribution-graph
packaged with npm doesn't display the tooltip properly. The CSS for the b-tooltip
component is working on the original project but it seems not to be included properly in the packaged component. Indeed, after running npm i vue-contribution-graph
, the tooltip background doesn't appear.
I have created a GitHub issue just to make it clearer: https://github.com/estelled/vue-contribution-graph/issues/4
The behavior remains the same after installing all the dependencies manually.
I followed this tutorial for npm packaging.
Files changed to package the component:
package.json
- added a
vue.config.js
file, to include CSS in the package
How do I fix it?
vue.js npm bootstrap-vue
New contributor
add a comment |
up vote
4
down vote
favorite
I am currently working on making a component much like the contribution graph from Github and struggling a bit to share it as an npm package.
The component vue-contribution-graph
packaged with npm doesn't display the tooltip properly. The CSS for the b-tooltip
component is working on the original project but it seems not to be included properly in the packaged component. Indeed, after running npm i vue-contribution-graph
, the tooltip background doesn't appear.
I have created a GitHub issue just to make it clearer: https://github.com/estelled/vue-contribution-graph/issues/4
The behavior remains the same after installing all the dependencies manually.
I followed this tutorial for npm packaging.
Files changed to package the component:
package.json
- added a
vue.config.js
file, to include CSS in the package
How do I fix it?
vue.js npm bootstrap-vue
New contributor
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I am currently working on making a component much like the contribution graph from Github and struggling a bit to share it as an npm package.
The component vue-contribution-graph
packaged with npm doesn't display the tooltip properly. The CSS for the b-tooltip
component is working on the original project but it seems not to be included properly in the packaged component. Indeed, after running npm i vue-contribution-graph
, the tooltip background doesn't appear.
I have created a GitHub issue just to make it clearer: https://github.com/estelled/vue-contribution-graph/issues/4
The behavior remains the same after installing all the dependencies manually.
I followed this tutorial for npm packaging.
Files changed to package the component:
package.json
- added a
vue.config.js
file, to include CSS in the package
How do I fix it?
vue.js npm bootstrap-vue
New contributor
I am currently working on making a component much like the contribution graph from Github and struggling a bit to share it as an npm package.
The component vue-contribution-graph
packaged with npm doesn't display the tooltip properly. The CSS for the b-tooltip
component is working on the original project but it seems not to be included properly in the packaged component. Indeed, after running npm i vue-contribution-graph
, the tooltip background doesn't appear.
I have created a GitHub issue just to make it clearer: https://github.com/estelled/vue-contribution-graph/issues/4
The behavior remains the same after installing all the dependencies manually.
I followed this tutorial for npm packaging.
Files changed to package the component:
package.json
- added a
vue.config.js
file, to include CSS in the package
How do I fix it?
vue.js npm bootstrap-vue
vue.js npm bootstrap-vue
New contributor
New contributor
edited yesterday
pravin navle
307116
307116
New contributor
asked yesterday
Estelle
212
212
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Estelle is a new contributor. Be nice, and check out our Code of Conduct.
Estelle is a new contributor. Be nice, and check out our Code of Conduct.
Estelle is a new contributor. Be nice, and check out our Code of Conduct.
Estelle is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238037%2fb-tooltip-css-not-working-when-installing-using-npm-package-manager%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password