hamidraza/zcui-vue

View on GitHub
.zcui/config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  variant: 'vue',
  path: {
    component: 'src/components',
    page: 'src/pages',
    layout: 'src/layouts',
    store: 'src/store',
    helper: 'src/helpers',
    style: 'src/styles',
  },
};