文件名称:vue-hot-reload-api:HotVue组件的热重载API
文件大小:50KB
文件格式:ZIP
更新时间:2024-05-22 13:53:42
JavaScript
vue-hot-reload-api 注意: vue-hot-reload-api@2.x仅适用于vue@2.x Vue组件的热重装API。 这就是和在引擎盖下使用的东西。 用法 仅当您基于Vue组件编写一些构建工具链时,才使用此功能。 对于正常的应用程序使用,只需使用vue-loader或vueify 。 // define a component as an options object const myComponentOptions = { data ( ) { ... } , created ( ) { ... } , render ( ) { ... } } // assuming Webpack's HMR API. // https://webpack.js.org/guides/hot-module-replacement/ if ( module .
【文件预览】:
vue-hot-reload-api-master
----package.json(749B)
----test()
--------test.js(4KB)
----LICENSE(1KB)
----package-lock.json(173KB)
----README_zh.md(2KB)
----src()
--------index.js(7KB)
----.gitignore(28B)
----README.md(2KB)