/vuejs-jsx-starter

Vuejs JSX Starter

Primary LanguageJavaScript

vuejs-jsx-template

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