vaide
Version:
A programming aid
38 lines (29 loc) • 881 B
Markdown
English | [简体中文](./README.zh-CN.md)
# Vaide
> vue development aide
## Features
show currentRoute matched files
show navigation info
<!--  -->
## Getting Started
```js
// in shell
npm i vaide -D
```
```js
// main.js
import router from './router/index';
import Vaide from 'vaide'
Vue.use(Vaide,router)
```
## Feedback

<!--
| Github Issue | 钉钉群 | 微信群 |
| --- | --- | --- |
| [umijs/umi/issues](https://github.com/umijs/umi/issues) | <img src="https://img.alicdn.com/tfs/TB1WPiWNUY1gK0jSZFCXXcwqXXa-1125-1485.jpg" width="60" /> | <img src="https://img.alicdn.com/tfs/TB1KOhYk8FR4u4jSZFPXXanzFXa-547-550.png" width="60" /> | -->
## LICENSE
[MIT](https://github.com/umijs/umi/blob/master/LICENSE)