An open API service indexing awesome lists of open source software.

https://github.com/diamont1001/webpack-module

基于webpack开发的模块原型,包含npm包开发和发布教程
https://github.com/diamont1001/webpack-module

module webpack

Last synced: about 2 months ago
JSON representation

基于webpack开发的模块原型,包含npm包开发和发布教程

Awesome Lists containing this project

README

          

# 基于webpack的前端模块开发 #

## 编译运行 ##

```bash
npm install
npm run lint
npm test
npm run dist
```

## npm模块发布流程 ##

```bash
npm init
npm publish
```