Unable to require 'fs' with Vue CLI 3

I am developing a scheduling software for Windows 10, using Vue CLI 3. The app needs to use "fs" module, but .. I could not find the way. There is no webpack config file anywhere. How can I solve ...