vue-linkify-text
v0.1.0
Published
[](https://github.com/nasum/vue-linkify-text/issues) [](https://www.npmjs.
Readme
vue-linkify-text
Usage
<LinkifyText :text="hello https://example.com"></LinkifyText>import { createApp } from "vue";
import App from "./App.vue";
import VueLinkifyText from "@/index";
const app = createApp(App);
app.use(VueLinkifyText);
app.mount("#app");API
Installation
npm install vue-linkify-textProject setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitLints and fixes files
yarn lint