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-text
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint