3 Star 0 Fork 0

mirrors_niksy/node-stdlib-browser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github/workflows
example
cjs
esm
README.md
package.json
helpers
mock
proxy
test
types
.babelrc
.browserslistrc
.editorconfig
.eslintrc
.gitignore
.huskyrc
.lintstagedrc
.npmrc
.nycrc
.prettierrc
CHANGELOG.md
LICENSE.md
README.md
index.js
package.json
rollup.config.js
tsconfig.json
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
9个月前
Loading...
README

Bundler output test

This directory servers as minimal reproducible configuration for build with various bundlers.

Run npm install && npm run build, and then:

  • npm run build:webpack:cjs - Run Webpack config as CommonJS module
  • npm run build:rollup:cjs - Run Rollup config as CommonJS module
  • npm run build:esbuild:cjs - Run esbuild build as CommonJS module
  • npm run build:browserify:cjs - Run Browserify build as CommonJS module
  • npm run build:webpack:esm - Run Rollup config as ES module
  • npm run build:rollup:esm - Run Rollup config as ES module
  • npm run build:esbuild:esm - Run esbuild build as ES module
  • npm run build:browserify:esm - Run Browserify build as ES module
  • npm run open:webpack:cjs - Open generated bundle from Webpack CommonJS configuration
  • npm run open:rollup:cjs - Open generated bundle from Rollup CommonJS configuration
  • npm run open:esbuild:cjs - Open generated bundle from esbuild CommonJS build
  • npm run open:browserify:cjs - Open generated bundle from Browserify CommonJS build
  • npm run open:webpack:esm - Open generated bundle from Webpack ES module configuration
  • npm run open:rollup:esm - Open generated bundle from Rollup ES module configuration
  • npm run open:esbuild:esm - Open generated bundle from esbuild ES module build
  • npm run open:browserify:esm - Open generated bundle from Browserify ES module build

In each opened HTML file you can see each module output inside browser console. Each module is accessible from stdLibBrowser global property.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_niksy/node-stdlib-browser.git
git@gitee.com:mirrors_niksy/node-stdlib-browser.git
mirrors_niksy
node-stdlib-browser
node-stdlib-browser
master

搜索帮助