Metadata-Version: 1.1
Name: babel-vue-extractor
Version: 0.2
Summary: A plugin for babel to work with vue.js templates
Home-page: https://github.com/nonamenix/babel-vue-extractor
Author: Danil Ivanov
Author-email: nonamenix@gmail.com
License: Apache Software License
Description: Babel extractor for vue.js
        ==========================
        
        |Build Status| |Coverage Status|
        
        Babel messages extractor for vue.js templates.
        
        *vue.js* — Reactive Components for Modern Web Interfaces. Site:
        http://vuejs.org/.
        
        *Babel* — Internationalization library for Python. Site:
        http://babel.pocoo.org/.
        
        .. image:: https://raw.githubusercontent.com/nonamenix/babel-vue-extractor/master/babel_vuejs.png
        
        Install
        -------
        
        .. code::
        
            pip install git+https://github.com/nonamenix/babel-vue-extractor.git
        
        Usage
        -----
        
        Add to your babel config
        
        .. code::
        
            [babelvueextractor.extract.extract_vue: **.vue]
        
        Issue Tracking
        --------------
        
        GitHub: `https://github.com/nonamenix/babel-vue-extractor/issues <https://github.com/nonamenix/babel-vue-extractor/issues>`_
        
        
        
        .. |Build Status| image:: https://travis-ci.org/nonamenix/babel-vue-extractor.svg
           :target: https://travis-ci.org/nonamenix/babel-vue-extractor
           :alt: Build Status
        
        .. |Coverage Status| image:: https://coveralls.io/repos/nonamenix/babel-vue-extractor/badge.svg?branch=master&service=github&v=0.1.3.1
           :target: https://coveralls.io/github/nonamenix/babel-vue-extractor?branch=master
           :alt: Coverage Status
           
        
Keywords: vuejs babel
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Internationalization
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
