Skip to content

oardi/vuejs-jsx-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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