0

in, Vue package, i want to import css file at all in index.html.

now, 'index.html' > 'App.vue' mount by (#app) > 'Todo.vue' mount by router.

Plz help me, thank you. :)

2
  • where you want to import css in app.js or App.vue ? Commented Jan 8, 2020 at 8:19
  • Ddi you check stackoverflow.com/questions/43784202/… (in case you are using vue v2)? Commented Jan 8, 2020 at 8:20

1 Answer 1

1

You can import it in main.js file.

import 'bootstrap/dist/css/bootstrap.css'

This will be available in your all components.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.