Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
weex-builder
Advanced tools
[![Build Status](https://travis-ci.org/weexteam/weex-builder.svg?branch=master)](https://travis-ci.org/weexteam/weex-builder) [![dependcy](https://david-dm.org/weexteam/weex-builder.svg)](https://david-dm.org/weexteam/weex-builder) [![dev dependcy](https:
a weex compiler tool used by weex-toolkit (bind on "weex compile")
$ npm install -g weex-builder
we suggest you use weex-toolkit
path/to/src
and output to path/to/dist
weex-builder path/to/src path/to/dist
path/to/src
and output to path/to/dist
weex-builder path/to/src/\*.vue path/to.dist
path/to/src
and output to path/to/dist
weex-builder path/to/src/\*.vue,\*.we,^index.we path/to.dist
-h, --help output usage information
-v,--version show version
--ext [ext] set enabled extname for compiler default is vue|we
--web set web mode for h5 render
-w,--watch watch files and rebuild
--devtool [devtool] set webpack devtool mode
--min compress the output js (will disable inline-source-map)
--filename set filename template of webpack, like `[name].web.js`
const weexBuilder = require('weex-builder');
const source = 'src';
const dest = 'dest';
weexBuilder(source, dest, {
recursive, true
}, (err, output, json) => {
if (err) {
console.log(chalk.red('Build Failed!'))
err.forEach(e => console.error(e))
}
else {
console.log('Build completed!\nChild')
console.log(output.toString())
}
})
MIT
FAQs
[![Build Status](https://travis-ci.org/weexteam/weex-builder.svg?branch=master)](https://travis-ci.org/weexteam/weex-builder) [![dependcy](https://david-dm.org/weexteam/weex-builder.svg)](https://david-dm.org/weexteam/weex-builder) [![dev dependcy](https:
We found that weex-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.