Skip to content
forked from kazupon/vue-i18n

🌐 Internationalization plugin of Vue.js

License

Notifications You must be signed in to change notification settings

tariq86/vue-i18n

 
 

Repository files navigation

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

About

🌐 Internationalization plugin of Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 91.3%
  • HTML 6.5%
  • Vue 2.2%