spmjs / spm2

源码已合并到
https://github.com/spmjs/spm/tree/2.x
Other
126 stars 26 forks source link

spm@2.5 坑位 #110

Closed afc163 closed 10 years ago

afc163 commented 10 years ago

It is time to be better.


现存的问题(先简单描述下)

  1. 订死的目录结构,不够灵活。
  2. CMD 书写规范,在业界现有的 github 模块中不通用。
  3. spm build 和 dist 目录都不是必要的。
  4. family 属性应该在 spm 字段里面。

    本次升级的愿景

  5. 可以给现有的业界模块 pull request ,通过简单的添加 spm 字段,就可以发布到 spmjs.org 。
  6. 现有的 arale 模块改造为 CommonJS 的写法,可以继续方便的本地调试。
  7. 兼容 spm@2.1。
leoner commented 10 years ago