UNPKG

siuuuu

Version:

A tool library for automatically generating code based on plop and babel

11 lines (10 loc) 277 B
import rc from 'rc'; const defaultConfig = { baseDir: './', componentBasePath: 'src/components', viewBasePath: 'src/views', sroreBasePath: 'src/stores', routesFilePath: 'src/router/index', }; const conf = rc('template', defaultConfig); export default conf;