vue3-typed.js:用于Typed.js的Vue 3组件包装器

时间:2021-03-31 01:31:21
【文件属性】:
文件名称:vue3-typed.js:用于Typed.js的Vue 3组件包装器
文件大小:59KB
文件格式:ZIP
更新时间:2021-03-31 01:31:21
TypeScript Vue 3的Typed.js Vue 3 组件包装器。 查看Typed.js。 安装 npm install --save vue3-typed.js # Yarn: yarn add vue3-typed.js 用法 您可以全局添加VueTyped组件: import { createApp } from 'vue' ; import { plugin as vueTyped } from 'vue3-typed.js' ; const app = createApp ( ) ; app . use ( vueTyped ) ; 或直接使用组件: < script lang =" ts " > import { defineComponent } from 'vue' ; import { VueTyped } from 'vue3-typed.js' ; expo
【文件预览】:
vue3-typed.js-main
----rollup.config.js(2KB)
----.github()
--------workflows()
----yarn.lock(125KB)
----.eslintrc.js(416B)
----src()
--------index.ts(273B)
--------styles()
--------components()
----.npmignore(6B)
----tsconfig.json(307B)
----LICENSE(1KB)
----README.md(3KB)
----prettier.config.js(119B)
----.gitignore(19B)
----.eslintignore(20B)
----package.json(2KB)

网友评论