mirror of
https://github.com/501351981/vue-office.git
synced 2025-06-25 07:08:58 +08:00
6 lines
223 B
JavaScript
6 lines
223 B
JavaScript
const fs = require('fs');
|
|
const path = require('path');
|
|
|
|
const docxPath = path.resolve(__dirname, '../../lib/docx');
|
|
|
|
fs.copyFileSync(path.resolve(docxPath, 'vue-office-docx.common.js'), path.resolve(docxPath, 'index.js')); |