有没有办法扩展静态(公共)nuxt文件夹并添加另一个文件夹?
赞:
/components
/pages
...
/static
/somethingsomething2
/static2
/somethingsomething3
/static3
我正在尝试实现模块化体系结构(类似DDD)
[如果有人对此感到惊讶,我已经找到了这个nuxt模块
https://github.com/nuxt-community/modules/tree/master/packages/vendor
并且这给了我使用符号链接的想法:)
fs.ensureSymlinkSync(sourceFolderPath, destinationFolderPath, 'junction')