Skip to content

cklwblove/vue-router-invoke-webpack-plugin

 
 

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

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Shell 1.5%