Universal front-end build tooling based on webpack, TypeScript, Babel, and ES features. Current stable version 2.2.0 targets Node >= 8.5.0. Provides CLI commands for building, developing with hot reload, testing via Jest, scaffolding projects (vue, pages), and mock API support using Mock.js. Configuration is done via a custom webpack.config.js file that receives and returns the webpack config object. No recent updates; maintenance status unknown.
npm install qu-buildVerified import paths — ran on the pinned version, not inferred.
Install CLI globally, then use commands for dev, build, test, and project scaffolding.
Install globally: npm install qu-build -g
Update Node to >=8.5.0
Consider alternatives like create-react-app or vue-cli
In webpack.config.js: module.exports = function(config) { ... return config; }Run 'npm install qu-build --save-dev' inside project, then use relative path or require from global install.
Run 'npm install qu-build -g' to install globally, or use npx qu-build
Run 'npm install webpack' in your project
Upgrade Node.js to version 8.5.0 or higher