Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 324 Bytes

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