1.0.2 • Published 6 years ago

vue-build-version v1.0.2

Weekly downloads
5
License
ISC
Repository
-
Last release
6 years ago

使用方法

  1. 安装 vue-build-version:
    npm install vue-build-version -D
  1. 修改 project/build/build.js
    ...
    const webpackConfig = require("./webpack.prod.conf");
    + const buildVersion = require("vue-build-version");
    ...
    if (stats.hasErrors()) {
      console.log(chalk.red("  Build failed with errors.\n"));
      process.exit(1);
    }
    + buildVersion();
    console.log(chalk.cyan("  Build complete.\n"));
    ...
  1. 执行npm run build && 查看dist下 version.html
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago