Skip to content

mingxinyiriyi/commonJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(1) 全局安装:npm install browserify -g
(2) 局部安装:npm install browserify --save -dev
(3) 打包处理js: browserify js/src/app.js -o js/dist/bundle.js
-o //output 输出的意思 //输出的文件名字
(4) 页面引用 <script type="text/javascript" src="./js/src/bundle.js"></script>

commonJs规范

打包命令:
browserify js/src/app.js -o js/dist/bundle.js

github地址:https://github.com/mingxinyiriyi/commonJS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors