0.1.11 • Published 3 years ago
vue3-nre v0.1.11
NRE COMPONENTS FOR VUE3 LIBRARY
This components uses: vue3, Bootstrap 5 and Elements-Plus
SETUP
Install the setup
yarn add vue3-nre
You can use the plugin in main.js to free globally use in any place of project like below:
...
import Vue3Nre from "vue3-nre"
import "vue3-nre/style.css";
...
app.use(Vue3Nre)
...
OR
You can free import the components in any place of project. BUT, is need to import the styles in main.js
...
import "vue3-nre/style.css";
in .vue files:
...
import { EmbedPlayer } from "vue3-nre";
...
export default {
components: { EmbedPlayer }
}
Import the specific component on file like below:
<template>
...
<video-player />
...
</template>
<script>
...
import { VideoPlayer } from "vue3-nre"
...
</script>
...
0.1.10
3 years ago
0.1.11
3 years ago
0.1.8
3 years ago
0.1.9
3 years ago
0.1.0
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.0.9
3 years ago
0.1.7
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.6
3 years ago
0.0.7
3 years ago
0.1.5
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago