积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(287)Weblate(287)后端开发(24)Python(15)Django(15)前端开发(11)PHP(8)Laravel(8)JavaScript(4)构建工具(3)

语言

全部英语(218)中文(简体)(103)英语(1)

格式

全部PDF文档 PDF(172)其他文档 其他(150)
 
本次搜索耗时 0.107 秒,为您找到相关结果约 322 个.
  • 全部
  • 综合其他
  • Weblate
  • 后端开发
  • Python
  • Django
  • 前端开发
  • PHP
  • Laravel
  • JavaScript
  • 构建工具
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Learning Gulp

    gulp #gulp Table of Contents About 1 Chapter 1: Getting started with gulp 2 Remarks 2 Versions 2 Examples 2 Installation or Setup 2 1. Install Node.js and NPM: 2 2. Install gulp globally: 2 4. Install gulp in your project devDependencies: 3 5. Create a gulpfile.js at the root of your project: 3 6. Run gulp: 3 Task dependency 3 Concat js file in sub folder using gulp 4 gulp CLI docs 4 References 6 Examples 6 Setting up Browser sync And Configuring Watchers for Style and Script 6 NOTE 6 Gulp Watchdog Task 6 Snippet - 1 - inside watchdog boilerplate 7 snippet - 2 - inside watchdog boilerplate
    0 码力 | 45 页 | 977.19 KB | 1 年前
    3
  • pdf文档 Gulp 入门指南

    来源:https://github.com/nimojs/gulp-book gulp 是基于 node 实现 Web 前端自动化开发的工具,利用它能够极大的提高开发效率。 在 Web 前端开发工作中有很多“重复工作”,比如压缩CSS/JS文件。而这些工作都是有规律的。找到这 些规律,并编写 gulp 配置代码,让 gulp 自动执行这些“重复工作”。 将规律转换为 gulp 代码 现有目录结构如下: └── dist/js/ 目录下 编写 gulp 代码 // 压缩 JavaScript 文件 gulp.task('script', function() { // 1. 找到 gulp.src('js/*.js') // 2. 压缩 .pipe(uglify()) // 3. 另存 .pipe(gulp.dest('dist/js')); dest('dist/js')); }); 代码执行结果 代码执行后文件结构 └── js/ │ └── a.js └── dist/ └── js/ └── a.js gulp 入门指南 - 1 - 本文档使用 看云 构建 a.js 压缩前 function demo (msg) { alert('--------\r\n' + msg + '\r\n--------') }
    0 码力 | 36 页 | 275.87 KB | 1 年前
    3
  • pdf文档 BabelJS Tutorial

    ............................................................................ 57 ES6 modules and Gulp ................................................................................................. .................................................... 147 18. BabelJS — Working with BabelJS and Gulp ........................................................................................... 150 next upcoming version of JavaScript — ES6, ES7, ESNext, etc. ● BabelJS can be used along with gulp, webpack, flow, react, typescript, etc. making it very powerful and can be used with big project
    0 码力 | 173 页 | 2.70 MB | 1 年前
    3
  • pdf文档 TypeScript Handbook(中文版)

    2.8 2.9 2.10 2.11 2.12 3 3.1 3.2 目录 介绍 快速上手 5分钟了解TypeScript ASP.NET Core ASP.NET 4 Gulp Knockout.js React与webpack React Angular 2 从JavaScript迁移到TypeScript 新增功能 TypeScript 2.4 TypeScript 学习,PRs Welcome!!! 在相关链接的末尾可以找到本手册的Github地址。 目录 快速上手 5分钟了解TypeScript ASP.NET Core ASP.NET 4 Gulp Knockout.js React与webpack React Angular 2 从JavaScript迁移到TypeScript 新增功能 TypeScript 2.4 TypeScript TypeScript语言规范 本手册中文版Github地址 TypeScript Handbook(中文版) 7 介绍 Table of Contents ASP.NET Core ASP.NET 4 Gulp Knockout.js React与webpack Angular 2 从JavaScript迁移到TypeScript TypeScript Handbook(中文版) 8 快速上手
    0 码力 | 557 页 | 7.48 MB | 1 年前
    3
  • pdf文档 TypeScript 4.0 使用手册

    目 录 致谢 README Introduction 快速上手 5分钟了解TypeScript ASP.NET Core ASP.NET 4 Gulp Knockout.js React与webpack React Angular 2 从JavaScript迁移到TypeScript 手册 基础类型 变量声明 接口 类 函数 泛型 枚举 类型推论 TypeScript README - 7 - 本文档使用 书栈网 · BookStack.CN 构建 快速上手 5分钟了解TypeScript ASP.NET Core ASP.NET 4 Gulp Knockout.js React与webpack React Angular 2 从JavaScript迁移到TypeScript 手册 基础类型 变量声明 接口 类 函数 Welcome!!! 在相关链接的末尾可以找到本手册的Github 地址。 Introduction 快速上手 5分钟了解TypeScript ASP.NET Core ASP.NET 4 Gulp Knockout.js React与webpack React Angular 2 从JavaScript迁移到TypeScript 手册 基础类型 变量声明 接口 类 函数
    0 码力 | 683 页 | 6.27 MB | 1 年前
    3
  • pdf文档 前端开发者指南(2017)

    H5 混合式移动开发在多数情况下 不具备足够优势。 React Native 和 NativeScript 开始替代 H5 混合式 webview 开发。 大多数人舍弃 Gulp 转而使用 NPM 脚本,但 Gulp 仍受欢迎。 SASS 工具继续受到欢迎,与此同时 PostCSS(+ CSSNext)开始发展。 大多数开发者都开始对 HTML、CSS 和 JavaScript(ESlint 上述领域是专家的人非常稀 少,甚至少的出奇。 不过,考虑到 JavaScript 已经渗透到了整套技术栈的所有层面(例如:React, node.js, express, couchDB, gulp.js 等),找到一个会前端开发和后端开发的 JavaScript 开发者并没 有那么难。通常,这些全栈开发人员只需要关心 JavaScript —— 不像先前那样荒谬(还要关 心视觉设计、交互设计和 Rollup SystemJS: 用 SystemJS 和 jspm 编写现代的,模块化的 JavaScript 代码 [视频][付费] 注释: 开发者使用类似于 Gulp 之类的 JS 模块化打包工具来帮助开发并不鲜见。然而,许多的 Gulp 插件本质上仅仅是利用了 Webpack, Rollup, 或者 SystemJS 而已。 学习模块加载和打包工具 83 关于包管理工具的学习 包管理
    0 码力 | 164 页 | 6.43 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    Authentication v. IoC Based Extension vii. Elixir i. Introduction ii. Installation & Setup iii. Usage iv. Gulp v. Extensions viii. Encryption i. Introduction ii. Basic Usage ix. Errors & Logging i. Configuration your assets. If you've ever been intimidated by learning Grunt or Gulp, fear no more. Elixir makes it a cinch to get started using Gulp to compile your Less, Sass, and CoffeeScript. It can even run your quickly. Homestead includes Nginx 1.6, PHP 5.6, MySQL, Postgres, Redis, Memcached, Beanstalk, Node, Gulp, Grunt, & Bower. Homestead includes a simple Homestead.yaml configuration file for managing multiple
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • epub文档 django cms 3.3.x Documentation

    [http://eslint.org]. In order to run the linter you need to do this: gulp lint Or you can also run the watcher by just running gulp. Process This is how you fix a bug or add a feature: 1. fork [http://github get the correct version of Node. 2. Globally installed gulp [https://github.com/gulpjs/gulp/blob/master/docs/getting- started.md#1-install-gulp-globally] 3. Local dependencies npm install Styles We org/] implementation of Sass compiler through Gulp [http://gulpjs.com/]. In order to compile the stylesheets you need to run this command from the repo root: gulp sass While developing it is also possible
    0 码力 | 386 页 | 1.56 MB | 1 年前
    3
  • epub文档 django cms 3.4.x Documentation

    [http://eslint.org]. In order to run the linter you need to do this: gulp lint Or you can also run the watcher by just running gulp. Process This is how you fix a bug or add a feature: 1. fork [https://github [https://github.com/creationix/nvm] to get the correct version of Node. 2. gulp - see Gulp’s Getting Started notes [https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md] 3. Local dependencies npm org/] implementation of Sass compiler through gulp [http://gulpjs.com/]. In order to compile the stylesheets you need to run this command from the repo root: gulp sass While developing it is also possible
    0 码力 | 395 页 | 1.64 MB | 1 年前
    3
  • epub文档 django cms 3.5.x Documentation

    [http://eslint.org]. In order to run the linter you need to do this: gulp lint Or you can also run the watcher by just running gulp. Process This is how you fix a bug or add a feature: 1. fork [https://github [https://github.com/creationix/nvm] to get the correct version of Node. 2. gulp - see Gulp’s Getting Started notes [https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md] 3. Local dependencies npm org/] implementation of Sass compiler through gulp [http://gulpjs.com/]. In order to compile the stylesheets you need to run this command from the repo root: gulp sass While developing it is also possible
    0 码力 | 403 页 | 1.69 MB | 1 年前
    3
共 322 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 33
前往
页
相关搜索词
LearningGulp入门指南BabelJSTutorialTypeScriptHandbook中文文版中文版4.0使用手册使用手册前端开发前端开发2017Laravel5.0Documentationdjangocms3.33.43.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩