Skip to content

How to import 3rd part library #52

Answered by david9898
david9898 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you very much for example! So I am PHP dev and I have a little experience with VUE. I will give you examples with libraries which I need in my job.

Modal lib https://v3.vue-final-modal.org
Multiselect lib https://github.com/vueform/multiselect

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
	<link rel="stylesheet" href="./style.css">
    <script src="./vue.global.prod.js"></script>
    <script src="./vue3-sfc-loader.js"></script>
    <script src="./node_modules/vue-fin…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@FranckFreiburger
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by david9898
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants