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包开发和发布教程
- Host: GitHub
- URL: https://github.com/diamont1001/webpack-module
- Owner: diamont1001
- Created: 2016-11-01T12:04:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T03:29:49.000Z (over 9 years ago)
- Last Synced: 2025-10-07T01:43:33.690Z (9 months ago)
- Topics: module, webpack
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基于webpack的前端模块开发 #
## 编译运行 ##
```bash
npm install
npm run lint
npm test
npm run dist
```
## npm模块发布流程 ##
```bash
npm init
npm publish
```