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

    Storybook for Marko Automatic setup Manual setup Step 1: Add dependencies Add @storybook/marko Add marko, @babel/core and babel-loader Step 2: Add a npm script Step 3: Creat...
  • react-redux 文档

    1260 2018-02-14 《Redux 中文文档》
    React Redux 安装 React Native 文档 它是如何工作的? React Redux 译者注:本库并不是 Redux 内置,需要单独安装。因为一般会和 Redux 一起使用,所以放到一起翻译 Redux 官方提供的 React 绑定库。具有高效且灵活的特性。 安装 React Redux 依赖 ...
  • Node->Deno cheatsheet

    232 2022-04-17 《Deno v1.20.5 Manual》
    Node -> Deno cheatsheet Node -> Deno cheatsheet Node Deno npm i -g deno install npm i / npm install n/a ¹ npm run deno run eslint deno lint pret...
  • 搭建项目开发环境

    初始化环境 安装依赖项 配置 tsconfig.json 创建 src/index.ts 文件 增加 start 脚本 难道每次写完代码我都需要重启服务器? 初始化环境 完整的代码在这 https : //github.com/MiYogurt/todo-api 通过命令 mkdir todo 创建我们的文件夹 通过命令 tsc...
  • Integrating with Build Tools

    Babel Install .babelrc Using Command Line Interface package.json Execute Babel from the command line Browserify Install Using Command Line Interface Using API Duo Install...
  • 8.8. Plan for efficient caching

    Leverage caching to reduce build times One paragraph explainer Rules Avoid LABEL that change all the time Have a good .dockerignore file Install “system” packages first First, o...
  • Deploying a Static Site

    Deploying a Static Site Building The App Testing The App Locally GitHub Pages GitHub Pages and Travis CI GitLab Pages and GitLab CI Netlify Google Firebase Surge Heroku Ve...
  • 编译运行

    编译运行 1 编译运行(v1.8.0 及以后) 1.1 源码编译打包 1.2 Nginx 配置 1.3 运行测试 2 编译运行(v1.7.0 及以前) 2.1 编译前端 2.2 运行前端 2.3 编译后端 2.4 运行后端 编译运行 1 编译运行(v1.8.0 及以后) 1.1 源码编译打包 v1.8.0 及以后分支,请参考以下步...
  • 编译运行

    编译运行 1 编译运行(v1.8.0 及以后) 1.1 源码编译打包 1.2 Nginx 配置 1.3 运行测试 2 编译运行(v1.7.0 及以前) 2.1 编译前端 2.2 运行前端 2.3 编译后端 2.4 运行后端 编译运行 1 编译运行(v1.8.0 及以后) 1.1 源码编译打包 v1.8.0 及以后分支,请参考以下步...
  • 安装 Electron

    安装 全局安装 自定义 代理 自定义镜像和缓存 镜像 缓存 跳过二进制包下载 故障排查 安装 要安装预构建的 Electron 二进制,请使用 npm 。 首选方法是在你的应用程序中安装 Electron 作为开发依赖: npm install electron -- save - dev 查看versioning do...