vue-linkify-text
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

vue-linkify-text

GitHub open issues Npm version

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

Readme

Keywords

Package Sidebar

Install

npm i vue-linkify-text

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

183 kB

Total Files

15

Last publish

Collaborators

  • nasum