书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 17452 个相关结果.
  • 目录约定

    目录约定 复杂应用 简单应用 目录约定 在文件和目录的组织上,UmiJS 尽量选择约定的方式。 复杂应用 一个复杂应用的目录结构如下: . ├── dist / // 默认的 build 输出目录 ├── mock / ...
  • Preface

    Preface Preface Welcome to the 2nd edition of the widely acclaimed You Don’t Know JS (YDKJS ) book series: You Don’t Know JS Yet (YDKJSY ). If you’ve read any of the 1st edit...
  • Preface

    Preface Preface Welcome to the 2nd edition of the widely acclaimed You Don’t Know JS (YDKJS ) book series: You Don’t Know JS Yet (YDKJSY ). If you’ve read any of the 1st edit...
  • Integrating with Build Tools

    Integrating with Build Tools Babel Install .babelrc Using Command Line Interface package.json Execute Babel from the command line Browserify Install Using Command Line Inte...
  • Optimize

    Lean Sass imports Lean JavaScript Default Exports Autoprefixer .browserslistrc Unused CSS Minify and gzip Nonblocking files Always use https Lean Sass imports When using...
  • Optimize

    Lean Sass imports Lean JavaScript Default Exports Autoprefixer .browserslistrc Unused CSS Minify and gzip Nonblocking files Always use https Lean Sass imports When using...
  • Generation

    Generation Initialize a project Install the JavaScript client library Generate the query builder Targets Version control Importing Naming conflicts Generated interfaces ...
  • ACE开发框架

    ACE开发框架 简介 目录 约束 使用targets 使用runtime-core 涉及仓 ACE开发框架 简介 ACE(Ability Cross-platform Environment)开发框架,作为ACE框架的轻量实现,提供了一套跨平台的类web应用开发框架,通过Toolkit将开发者编写的HML、CSS和...
  • dynamicImport

    dynamicImport dynamicImport Type: object Default: false 是否启用按需加载,即是否把构建产物进行拆分,在需要的时候下载额外的 JS 再执行。 默认关闭时,只生成一个 js 和一个 css,即 umi.js 和 umi.css 。优点是省心,部署方便;缺点是对用户来说初次打开网站会比较慢...
  • Content

    Content Configuration Configuring source paths Pattern recommendations Class detection in-depth Dynamic class names Working with third-party libraries Configuring raw content ...