Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Internationalization #19

Closed
Shyam-Chen opened this issue Apr 12, 2018 · 2 comments
Closed

Optimize Internationalization #19

Shyam-Chen opened this issue Apr 12, 2018 · 2 comments
Labels

Comments

@Shyam-Chen
Copy link
Owner

Shyam-Chen commented Apr 12, 2018

Lazy loading - Splitting different languages for feature modules

kazupon/vue-i18n#317
kazupon/vue-i18n#677

@Shyam-Chen Shyam-Chen changed the title Splitting different languages in Vue files Internationalization May 10, 2018
@Shyam-Chen Shyam-Chen changed the title Internationalization Optimize Internationalization Jun 30, 2018
@Shyam-Chen
Copy link
Owner Author

Microservice front-ends can ignore this.

@Shyam-Chen
Copy link
Owner Author

Dynamic Module Registration

import Vuex from 'vuex'

const store = new Vuex.Store({ /* options */ })

// register a module `myModule`
store.registerModule('myModule', {
  // ...
})

// register a nested module `nested/myModule`
store.registerModule(['nested', 'myModule'], {
  // ...
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant