UNPKG

1.42 kBMarkdownView Raw
1**新一代包管理系统,fork于[spm](https://github.com/spmjs/spm)。**
2
3## Lego
4
5基于组件认证和反馈体系的组件组织方式。平台:http://lego.imweb.io
6
7![](http://lego.imweb.io/img/logo_95.png)
8
9## 构建和打包
10
11目前基于[fis3](http://fex.baidu.com/)的构建体系[fis3-hook-lego](https://github.com/imweb/fis3-hook-lego),其他体系下欢迎大家[Fork](https://github.com/imweb/lego/fork) & [Pull Request](https://github.com/imweb/lego/pulls) & [Issue](https://github.com/imweb/lego/issues)
12
13
14## 讨论和报告 Bug
15
16* [查看所有 issue](https://github.com/imweb/lego/issues)
17* [新建 issue](https://github.com/imweb/lego/issues/new)
18
19
20# lego
21
22[![NPM version](https://img.shields.io/npm/v/lego.svg?style=flat)](https://npmjs.org/package/lego)
23[![NPM downloads](http://img.shields.io/npm/dm/lego.svg?style=flat)](https://npmjs.org/package/lego)
24
25Brand new **static package manager** for browser.
26
27---
28
29## Install
30
31```bash
32$ npm install lego -g
33```
34
35## Usage
36
37- Getting Started: http://lego.imweb.io/documentation
38- Develop a package: http://lego.imweb.io/documentation/develop-a-package
39
40## Packaging Server
41
42- Website: http://lego.imweb.io/
43- Repository: https://github.com/imweb/lego/
44
45## Report a issue
46
47* [All issues](https://github.com/imweb/lego/issues)
48* [New issue](https://github.com/imweb/lego/issues/new)
49
50## License
51
52LEGO is available under the terms of the MIT License.