Saturday 27 May 2017

How can I import semantic-ui css and js in vue component?

I wanted to import semantic-ui just like the code below, but seems like It doesn't work and I'm not sure how to fix it. I downloaded semantic-ui like npm i semantic-ui. and I have no idea how to import it. need help!

<style>
import url('semantic-ui.css')
</style>

<script>
import 'semantic-ui'
</script>



via Phillip YS

No comments:

Post a Comment