Skip to content

Automatic generate the routes of vue-router based on the file directory.

License

Notifications You must be signed in to change notification settings

cklwblove/vue-router-invoke-webpack-plugin

 
 

Repository files navigation

vue-router-invoke-webpack-plugin

详细用法说明见传送门

特性

  • 支持view同级路径下,添加静态文件,如.less,.css,.png等,详见源码 如下:
src
├── views
│   ├── Login
│   │   └── Index.vue
|   |   └── style.less
│   └── User
│       ├── Account
│       │   └── Index.vue
│       ├── Home
│       │   └── Index.vue
│       └── Index.vue

About

Automatic generate the routes of vue-router based on the file directory.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Shell 1.5%