Awesome
vue-jsx-demo
✍️ Vue.js web app with JSX. Check the live demo.
Why?
Some developers just don't like Vue.js templates, so you can combine render
functions with JSX to avoid them and keep enjoying Vue.js magic.
How?
To start you only need babel and babel-plugin-syntax-jsx. Check package.json
and .babelrc
to see configuration stuff.
Try it!
# install deps
$ npm i # or yarn
# start babel watcher
$ npm run dev
# run web server
$ npm start
# build for prod
$ npm run build