UNPKG

spm

Version:

Static Package Manager

47 lines (29 loc) 1.4 kB
# spm [![NPM version](https://img.shields.io/npm/v/spm.svg?style=flat)](https://npmjs.org/package/spm) [![Build Status](https://img.shields.io/travis/spmjs/spm.svg?style=flat)](https://travis-ci.org/spmjs/spm) [![NPM downloads](http://img.shields.io/npm/dm/spm.svg?style=flat)](https://npmjs.org/package/spm) Brand new **static package manager** for browser. ![](https://i.alipayobjects.com/i/localhost/png/201404/2YQxOTYoFp.png) --- ## spm 从 3.9 开始将不再管理组件的生命周期, 即不再有 spmjs.io. 所以相应的逻辑全部去除. 请使用 npm 来管理组件. ## Install ```bash $ npm install spm -g ``` ## Usage - Getting Started: https://github.com/spmjs/docs/blob/master/en/getting-started.md - Develop a package: https://github.com/spmjs/docs/blob/master/en/develop-a-package.md - 中文文档:https://github.com/spmjs/docs - Examples: https://github.com/spmjs/examples/tree/spm-webpack ## Packaging Server - Website: http://spmjs.io/ - Repository: https://github.com/spmjs/spmjs.io/ ## Report a issue * [All issues](https://github.com/spmjs/spm/issues) * [New issue](https://github.com/spmjs/spm/issues/new) ## License SPM is available under the terms of the MIT License. ## Memo * Why spm3: https://github.com/spmjs/spm/issues/819 * Release History: https://github.com/spmjs/spm/blob/master/HISTORY.md * spm2: https://github.com/spmjs/spm/tree/2.x