snabbdom / snabbdom

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestions for adjusting folder structure

cqh963852 opened this issue · comments

commented
  • Set a index.ts file at root of package.
    Other project can easy link package without build. It will be much easier for debugger.

  • Use yarn workspaces.
    It can make a mono repo.
    Such as DOMAPI can be put into a single package. Each modules can has it own package.

Here is a template for reference https://github.com/idealjs/mono-template

this does not make much sense