JSPM

vue-i18n

5.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1736491
  • Score
    100M100P100Q183056F
  • License MIT

Internationalization plugin for Vue.js

Package Exports

  • vue-i18n
  • vue-i18n/dist/vue-i18n.common
  • vue-i18n/src/extend
  • vue-i18n/src/index

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-i18n) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-i18n

Build Status Coverage Status NPM version Sauce Test Status

Internationalization plugin for Vue.js

📖 Documentation

Docs are available here.

đŸ’Ē Contributing

  • Fork it !
  • Create your top branch from dev: git branch my-new-topic origin/dev
  • Commit your changes: git commit -am 'Add some topic'
  • Push to the branch: git push origin my-new-topic
  • Submit a pull request to dev branch of kazupon/vue-i18n repository !

🔨 Development Setup

# install deps
npm install

# build dist files
npm run build

# lint
npm run lint

# run unit tests only
npm run unit

# run e2e tests only
npm run e2e

# lint & run all tests
npm test

📜 Changelog

Change details for each release are documented in CHANGELOG.md.

ÂŠī¸ License

MIT