Frontend
node|shelljs
移除檔案
This article isn't available in this language yet — showing the original below.
移除檔案
const shell = require('shelljs')
shell.exec('npx rimraf dist')Frontend
移除檔案
This article isn't available in this language yet — showing the original below.
移除檔案
const shell = require('shelljs')
shell.exec('npx rimraf dist')