书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 5049 个相关结果.
  • 主题定制

    样式变量 变量覆盖 主题定制 Mand Mobile 默认提供了一套基于滴滴的金融业务设计规范 的UI主题,同时还支持主题定制。用户可以对颜色、字体、元素尺寸等样式进行自由调整,从而满足在不同业务场景下的视觉需求。 注意:新项目 可通过mand-mobile-template 初始化,问题Need customize theme? 回复Y ,即可集...
  • Assets

    Assets Webpack Static Assets By default, Nuxt uses vue-loader, file-loader and url-loader webpack loaders for strong assets serving. You can also use the static directory fo...
  • 介绍

    介绍 Vue Loader 是什么? 介绍 版本说明 这份文档是为 Vue Loader v15 及以上版本撰写的。如果你正在从 v14 或更早的版本往这里迁移,请查阅迁移指南 。如果你正在使用老版本,其对应的文档在此 。 Vue Loader 是什么? Vue Loader 是一个 webpack 的 loader,它允许你以一种名为单...
  • Item Loaders

    Item Loaders Using Item Loaders to populate items Input and Output processors Declaring Item Loaders Declaring Input and Output Processors Item Loader Context ItemLoader objec...
  • Assets

    Assets Webpack Static Assets By default, Nuxt uses vue-loader, file-loader and url-loader webpack loaders for strong assets serving. You can also use the static directory fo...
  • Loading images into the texture cache

    1546 2021-07-27 《Learning Pixi》
    Loading images into the texture cache Loading images into the texture cache Because Pixi renders the image on the GPU with WebGL, the image needs to be in a format that the GPU...
  • DataLoader

    DataLoader DataLoader class paddle.fluid.io. DataLoader [源代码] from_generator (feed_list=None, capacity=None, use_double_buffer=True, iterable=True, return_list=False, use...
  • 18. 构建开发和生产环境-分离配置文件

    1. 前言 2. 操作 1. 前言 以前本系列教程的其中一篇文章 13. 生产环境 vs 开发环境 有写过如何处理开发和线上环境的配置的差异性问题,之前我们是用一个环境变量 NODE_ENV=production ,这个环境变量是放在命令行中,作为命令行的一部分,比如 NODE_ENV=production webpack -p ,传入到配置文件...
  • Introduction

    介绍 Vue Loader 是什么? webpack 是什么? 介绍 Vue Loader 是什么? vue-loader 是一个 webpack 的 loader,可以将用下面这个格式编写的 Vue 组件转换为 JavaScript 模块: 这里有一些 vue-loader 提供的很酷的特性: 默认支持 ES2015; 允许对...
  • Webpack模块化

    Webpack模块化 什么是 Webpack? 安装 Bootstrap 导入 JavaScript 导入样式 导入预编译的Sass 导入编译后的 CSS Webpack模块化 了解如何使用Webpack 2将Bootstrap包含在项目中。 什么是 Webpack? webpack是近年来最火的一款模块加载器兼打包工具,它能把各种...