v-runtime-template:Vue组件,可使用类似API的v-html即时编译模板

时间:2024-05-31 12:31:06
【文件属性】:

文件名称:v-runtime-template:Vue组件,可使用类似API的v-html即时编译模板

文件大小:88KB

文件格式:ZIP

更新时间:2024-05-31 12:31:06

JavaScript

v运行时模板 一个Vue.js组件,可通过使用类似API的v-html轻松在运行时编译和解释Vue.js模板。 你知道吗? 在这里,您可以以简洁的格式学习有关Vue.js生态系统的提示,非常适合忙碌的开发人员! :unicorn: 动机 该库解决了通常在服务器上在运行时获取vue语法模板字符串的情况。 考虑一下允许用户创建自己的界面和结构的功能。 您将其另存为数据库中的Vue模板,您的UI稍后将请求该模板。 尽管在构建时对组件进行了预编译,但不是这种情况(因为模板是在运行时收到的),需要在运行时进行编译。 v-runtime-template编译该模板并将其附加到使用该模板的组件的作用域,因此它可以访问其数据,属性,方法和计算的属性。 可以将其视为也了解vue模板语法的v-html等效项(而v-html仅用于纯HTML)。 入门 安装它: npm install v-runtime-templ


【文件预览】:
v-runtime-template-master
----main.js(188B)
----.vscode()
--------settings.json(37B)
----test.plugin.js(945B)
----App.vue(1KB)
----Test.vue(130B)
----LICENSE(1KB)
----README.md(5KB)
----v-runtime-template.d.ts(36B)
----dist()
--------v-runtime-template.js.map(5KB)
--------v-runtime-template.es.js(2KB)
--------v-runtime-template.umd.js.map(5KB)
--------v-runtime-template.umd.js(2KB)
--------v-runtime-template.es.js.map(5KB)
--------v-runtime-template.js(2KB)
----vue.config.js(170B)
----.gitignore(12B)
----index.js(3KB)
----package-lock.json(357KB)
----package.json(1016B)

网友评论