Simple Vuejs JSX Starter using @vue/babel-preset-jsx
It should demonstrate the basic usage of JSX components.
Includes
- index.jsx
- app component (with jsx)
- header component with prop
- button-counter component with prop and output via $emit
USAGE:
npm start
TODO:
- add more examples