jvmccarthy / 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 of Vue.js

Documentation

See the 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

Details changes for each release are documented in the CHANGELOG.md.

License

MIT

About

:globe_with_meridians: Internationalization plugin of Vue.js

License:MIT License


Languages

Language:JavaScript 94.1%Language:HTML 4.4%Language:Vue 1.5%