书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 5049 个相关结果.
  • style扩展特性

    style域扩展 CSS预处理器 rpx转换 style域扩展 CSS预处理器 mpx支持所有主流的css预编译处理,只需要在style的lang中设置使用的预编译语言(stylus/less/sass等)并且安装对应的webpack-loader即可正常使用。 示例: <template> <view class = ...
  • Translation

    The Translation Component Installation Constructing the Translator Configuration Loading Message Catalogs Loading Messages with the ArrayLoader Loading Messages with the File Lo...
  • 开发

    1693 2019-04-06 《EduSoho开发指南》
    开发 引入第三方类库 注意 目录别名 主系统的前端开发 注意 插件、主题的前端开发 最佳实践 开发 引入第三方类库 系统引入第三方的前端模块,通常我们采用独立编译打包的方式。独立编译打包的类库需要在 webpack.config.js 中的 libs 键下声明。 module . exports = { // ...
  • AngularComponent

    AngularComponent interface Example destroy method digest method getScope method AngularComponent interface Used to enable rendering of Angular components within a React comp...
  • 函数式组件

    函数式组件的模板 函数式组件的模板 新增于 13.1.0,需要 Vue 版本 >= 2.5.0 从 vue-loader >= 13.3.0 开始,在一个 *.vue 文件中以单文件形式定义的函数式组件,现在在模板编译、有作用域的 CSS 和热重载也有了良好的支持。 要声明一个应该编译为函数式组件的模板,请将 functional 特...
  • Changelog

    2.1.x beta 1.13 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0 0.11 0.10 0.9 0.8 0.7.6 0.7 0.6 2.1.x beta What’s new in webpack 2.0 1.13 (2016-...
  • 构建配置

    构建配置 自动配置 手动配置 @mpxjs/webpack-plugin options MpxWebpackPlugin.loader @mpxjs/url-loader output.filename 构建配置 mpx深度定制开发了一个webpack插件@mpxjs/webpack-plugin ,基于该插件使用webpack进行小...
  • Load from Apache Kafka

    Load streaming data from Apache Kafka Prerequisites Download and start Kafka Load data into Kafka Load data into Druid Load data with the console data loader Submit a superviso...
  • Load from Apache Kafka

    Tutorial: Load streaming data from Apache Kafka Prerequisites Download and start Kafka Load data into Kafka Load data into Druid Load data with the console data loader Submit a...
  • 后端插件开发

    1232 2019-07-10 《Lin CMS 文档手册》
    后端插件开发(目前处于测试状态) 深入学习插件机制 插件的规范 目录规范 开发规范 插件的加载 实操Poem插件 主配置文件解析 调用获取古诗词接口 插件局部配置文件 小结 后端插件开发(目前处于测试状态) 深入学习插件机制 本小节让我们来详细介绍一下 Lin 的精髓——插件机制我们在这里再次强调,诸如 Flask-JWT 这...