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

    JavaScript Node.js 版本 安装依赖 构建打包 Herd SPA 打包加速 caches 加速 说明: 详细 caches 文档 运行容器选择 接入平台监控 Herd 接入监控 SPA 接入监控 NodeJs 接入监控 自定义镜像如何接入 JavaScript Erda 通过统一的任务插件机制支撑不同的构建...
  • 构建 & 任务自动化

    1168 2018-03-04 《前端开发者手册》
    构建和任务自动化 构建和任务自动化 构建自动化是软件构建和相关流程的自动化过程, 包括: 将计算机源码编译成二进制代码, 打包二进制代码和运行自动化测试. - wikipedia 综合学习: 用 Gulp.js 进行 JavaScript 自动构建: [watch][$] Gulp 入门 [read][$] Gulp 快速入门 ...
  • 包文件

    包文件 在npm install 例子中,你可以看到package.json 文件不存在的警告。 建议为每个项目创建一个文件,手动或通过运行npm init 。 它包含该项目的一些信息,例如其名称和版本,并列出其依赖项。 来自第七章的机器人模拟,在第十章中模块化,它可能有一个package.json 文件,如下所示: { "author" ...
  • 快速上手

    快速上手 背景知识 安装 步骤一 通过 npm 安装 步骤二 构建 npm 包 示例工程 使用 引入组件 使用组件 其他 在开发者工具中预览示例小程序 快速上手 背景知识 使用 Vant Weapp 前,请确保你已经学习过微信官方的 小程序简易教程 和 自定义组件介绍 。 安装 步骤一 通过 npm 安装 # 通过...
  • 前端管理台编译

    前端管理台编译 1. 安装Node.js 2. 安装项目 3. 配置 4. 打包项目 5. 运行项目 6 常见问题 6.1 npm install无法成功 前端管理台编译 1. 安装Node.js 将Node.js下载到电脑本地,安装即可。下载地址:http://nodejs.cn/download/ (建议使用最新的稳定版本) 该步...
  • 编译文档中文版

    编译文档中文版 启动流程 一、安装Node.js 二、安装项目 三、配置 打包项目 运行项目 常见问题 npm install无法成功 编译文档中文版 启动流程 一、安装Node.js 将Node.js下载到电脑本地,安装即可。下载地址:http://nodejs.cn/download/ (建议使用最新的稳定版本) 该步骤...
  • Learn Build & Task Automation

    Learn Build and Task Automation General Learning: References/Docs: ADVICE: Learn Build and Task Automation Build automation is the process of automating the creation of a s...
  • Using Node modules

    Bundled Node modules Bundled Node modules You can use the node_modules folder to bundle Node.js modules with your Foxx service. Note that many third-party libraries written for...
  • 9.1. Fauxton Setup

    9.1. Fauxton Setup 9.1.1. Fauxton Visual Guide 9.1.2. Development Server 9.1.3. Understanding Fauxton Code layout 9.1.3.1. ToDo items 9.1. Fauxton Setup Fauxton is included...
  • 问题分析

    3.7.3.8. 问题分析 3.7.3.8. 问题分析 Proxy - 代理 如果在一个有代理服务器的环境工作,需要配置按照要求配置 bower 和 npm。为了使得 bower 和 npm 能在代理服务器环境工作,需要在 modules/front/ 目录创建以下文件: . bowerrc { "proxy" : "htt...