Skip to content

shibukawa/vue.jsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue.jsx

Synopsis

Vue.js binding for JSX

Motivation

Write a short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Code Example

import "vue.jsx";

class _Main {
    static function main(argv : string[]) : void
    {
        // Write simple usage here!
    }
}

Installation

$ npm install vue.jsx

If you want to use this library from other project, install like the following:

$ npm install vue.jsx --save-dev

API Reference

Write reference here!

Development

Repository

Run Test

$ grunt test

Build Sample

$ grunt build

Generate API reference

$ grunt doc

Author

License

Public-Domain

Complete license is written in LICENSE.md.

About

vue.js wrapper for JSX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published