Skip to content

Commit

Permalink
docs: add basic usage info (nuxt-modules#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Mar 31, 2022
1 parent 2b61f57 commit 1e9909d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ This branch is WIP 👷

If you would like to use the stable version, please see the [`main` branch](https://github.com/nuxt-community/i18n-module)

## Usage

1. Add the following line to the `dependencies` in `package.json`:

```
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge"
```

2. Run `yarn` or `npm install`.
3. Follow documentation of the stable version https://i18n.nuxtjs.org/ but keep in mind that not all features are supported yet and some things might be broken.

## License

[MIT License](./LICENSE) - Copyright (c) Nuxt Community

0 comments on commit 1e9909d

Please sign in to comment.