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
- Host: GitHub
- URL: https://github.com/ulivz/vuepress-plugin-i18n-ui
- Owner: ulivz
- License: mit
- Created: 2018-06-14T18:31:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T01:27:33.000Z (over 4 years ago)
- Last Synced: 2025-02-01T23:12:39.249Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 3.36 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuepress-plugin-i18n-ui
> **Status**: **WIP** and will be released along with VuePress's plugin API.
## Demo

## 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)