tariq86 / vue-i18n

:globe_with_meridians: Internationalization plugin of Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:globe_with_meridians: Internationalization plugin of Vue.js

License:MIT License


Languages

Language:JavaScript 91.3%Language:HTML 6.5%Language:Vue 2.2%