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

    Installation npm Bower CDN CDNJS jsDelivr Github Selecting the Correct Build Stand-Alone Build Bundled Build Installation Chart.js can be installed via npm or bower. I...
  • Installation

    Installation npm Bower CDN CDNJS jsDelivr Github Selecting the Correct Build Stand-Alone Build Bundled Build Installation Chart.js can be installed via npm or bower. I...
  • 快速上手

    快速上手 全局安装 现有项目 快速上手 注意 请确保你的 Node.js 版本 >= 8。 全局安装 如果你只是想尝试一下 VuePress,你可以全局安装它: # 安装 yarn global add vuepress@next # 或者:npm install -g vuepress@next # 新建一个 mar...
  • Installation

    1234 2020-01-01 《Nuxt.js v2.11.x Guide》
    Installation Using create-nuxt-app Starting from scratch The package.json Installing nuxt The pages directory Installation Nuxt.js is really easy to get started with. A s...
  • Storybook for Mithril

    Storybook for Mithril Automatic setup Manual setup Step 1: Add dependencies Add @storybook/mithril Add mithril, @babel/core and babel-loader Step 2: Add a npm script Step 3:...
  • Installation

    1449 2019-10-20 《Nuxt.js v2.10.x Guide》
    Installation Using create-nuxt-app Starting from scratch The package.json Installing nuxt The pages directory Installation Nuxt.js is really easy to get started with. A s...
  • Taro UI 贡献指南

    2012 2018-08-29 《Taro UI v1.x 文档》
    Taro UI 贡献指南 团队成员 Issue Pull requests 开发环境 代码规范 Taro UI 贡献指南 首先感谢您使用 Taro ,Taro 是由凹凸实验室打造的一套遵循 React 语法规范的多端统一开发框架。使用 Taro,我们可以只书写一套代码,再通过 Taro 的编译工具,将源代码分别编译出可以在不同端(微信小程序...
  • 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...
  • Node.js 的安装与使用

    1217 2018-03-01 《一起学 Node.js》
    1.1.1 安装 Node.js Windows 和 Mac 安装: Linux 安装: 1.1.2 n 和 nvm 1.1.3 nrm 1.1.1 安装 Node.js 有三种方式安装 Node.js:一是通过安装包安装,二是通过源码编译安装,三是在 Linux 下可以通过 yum|apt-get 安装,在 Mac 下可以通过 Homebr...
  • 渐进式开发

    渐进式开发 最初始的状态 插件的雏形 抽成独立插件 沉淀到框架 写在最后 渐进式开发 在 Egg 里面,有插件 ,也有框架 ,前者还包括了 path 和 package 两种加载模式,那我们应该如何选择呢? 本文将以实例的方式,一步步给大家演示下,如何渐进式地进行代码演进。 全部的示例代码可以参见 eggjs/examples/p...