An open API service indexing awesome lists of open source software.

https://github.com/ulivz/vuepress-plugin-i18n-ui

More enjoyable translation of your VuePress-powered documents
https://github.com/ulivz/vuepress-plugin-i18n-ui

Last synced: 6 months ago
JSON representation

More enjoyable translation of your VuePress-powered documents

Awesome Lists containing this project

README

          

# vuepress-plugin-i18n-ui

> **Status**: **WIP** and will be released along with VuePress's plugin API.

## Demo

![](./demo.gif)

## Install

```bash
# Make it as a dev-only dependency.
yarn add vuepress-plugin-i18n-ui -D
```

## Usage

``` js
// .vuepress/config.js
module.exports = {
plugins: [ 'i18n-ui' ]
}
```

## Options

### route

- Type: `String`
- Default: `/i18n-ui/`

Routing entry of UI.

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Author

**vuepress-plugin-i18n-ui** © [ulivz](https://github.com/ULIVZ), Released under the [MIT](./LICENSE) License.

Authored and maintained by ulivz with help from contributors ([list](https://github.com/ULIVZ/vuepress-plugin-i18n-ui/contributors)).

> [github.com/ulivz](https://github.com/ulivz) · GitHub [@ulivz](https://github.com/ULIVZ) · Twitter [@_ulivz](https://twitter.com/_ulivz)