书栈网 · BookStack 本次搜索耗时 0.046 秒,为您找到 2935 个相关结果.
  • FAQ

    FAQ General 是否可用于生产环境? 如何查看 react、react-dom、react-router 等版本号? 如何引入 @babel/polyfill ? 如何动态修改 title ? 报错 Object.values is not a function exports is not defined Plugin umi-p...
  • Integration

    Integration Script Tag Webpack Common JS Require JS Integration Chart.js can be integrated with plain JavaScript or with different module loaders. The examples below show h...
  • Contributing Guide

    Contributing Guide Overview Development Setup Scripts yarn build yarn copy yarn dev yarn clean yarn docs:* yarn docs:build , yarn docs:dev , yarn docs:clean yarn docs:...
  • BUI-Weex概述

    BUI-Weex概述 工具集 示例预览 沟通交流 阅读之前 来源(书栈小编注) BUI-Weex概述 BUI-Weex 是一套专门为 Weex 前端开发者打造的一套高质量UI框架。为了达到更好的效果,请在 WeexSDK 0.11.0 + 上使用这套UI框架。BUI-Weex致力于为iOS 和android 平台...
  • 编译配置详情

    编译配置详情 designWidth sourceRoot outputRoot plugins babel uglify csso sass 单文件路径形式 多文件路径形式 指定项目根目录路径形式 传入 scss 变量字符串 env defineConstants alias copy copy.patterns copy...
  • 如何从 v14 迁移

    从 v14 迁移 值得注意的不兼容变更 现在你需要一个插件 Loader 推导 从依赖中导入单文件组件 模板预处理 样式注入 PostCSS CSS Modules CSS 提取 服务端渲染的依赖排除 废弃的选项 从 v14 迁移 注意 我们正在升级 Vue CLI 3 beta 的过程中,并使用了 webpack 4 + V...
  • Modules

    Modules Introduction List of Nuxt.js modules Write a basic Module Async Modules Build-only Modules Use async/await Return a Promise Common Snippets Top level options Provid...
  • 介绍

    介绍 特性 架构 从源码到上线的生命周期管理 他和 dva、roadhog 是什么关系? 为什么不是…? next.js roadhog 介绍 umi,中文可发音为乌米,是一个可插拔的企业级 react 应用框架。umi 以路由为基础的,支持类 next.js 的约定式路由 ,以及各种进阶的路由功能,并以此进行功能扩展,比如支持路由级的...
  • Angular

    single-spa-angular caution info info caution caution Version: 5.x single-spa-angular The single-spa-angular project is overseen by the single-spa core team, but largely ma...
  • 整体项目的搭建

    1544 2019-06-17 《Vuejs 中文教程》
    整体项目的搭建 为新项目生成骨架 整体项目的搭建 为新项目生成骨架 创建一个基于 webpack 模板的新项目: $ vue init webpack shop_h5 安装依赖: $ cd shop_h5 $ cnpm install 在本地,以默认端口来运行: $ npm run dev 然后就可以看到 在本地已经...