0.1.11 • Published 4 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-nreYou 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
4 years ago
0.1.11
4 years ago
0.1.8
4 years ago
0.1.9
4 years ago
0.1.0
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.0.9
4 years ago
0.1.7
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.6
4 years ago
0.0.7
4 years ago
0.1.5
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago