GithubHelp home page GithubHelp logo

emp-sync-base's Introduction

emp-sync-base README

Features

  • 初始化 EMP 项目
  • 为 EMP 项目同步任何文件到项目的src目录,包括但不限于 d.ts 文件

初始化

启动初始化

使用 command + P , 输入命令

>EMP Init

输入项目名

选择初始化模板

VSCode 自启动初始化好的项目

同步

配置需同步的文件地址和文件名

  • 打开 VSCode 设置
  • 找到 扩展
  • 在扩展中找到 Emp-sync-base
  • 点击 在 settings.json 中编辑
  • 编辑 empSyncBase.fileURL 对象数组, url 为文件地址, name 为同步之后到本地的文件名,例如:
    "empSyncBase.fileURL": [
      {
        "url": "https://raw.githubusercontent.com/apiel/adka/master/deno.d.ts",
        "name": "@deno8.d.ts"
      },
      {
        "url": "https://raw.githubusercontent.com/apiel/adka/master/deno.d.ts",
        "name": "@deno912132.d.ts"
      },
      {
        "url": "https://raw.githubusercontent.com/apiel/adka/master/deno.d.ts",
        "name": "@deno2.d.ts"
      },
      {
        "url": "https://raw.githubusercontent.com/apiel/adka/master/deno.d.ts",
        "name": "@deno3.d.ts"
      },
      {
        "url": "https://raw.githubusercontent.com/apiel/adka/master/deno.d.ts",
        "name": "@deno.d.ts"
      }
    ]

左下角同步按钮

点击 同步emp基站 马上同步您所配置的目标资源 img

自动更新周期

  • VSCode 打开时更新一次
  • VSCode 在运行时,每半小时更新一次

立即同步

使用 command + P , 输入命令 >EMP Remote Sync 或点击左下角 同步emp基站

more

共建 EMP 微前端生态~可能是番禺区最好的微前端框架

Enjoy!

emp-sync-base's People

Contributors

flyyuan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.