Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 613 Bytes

Simple Example of Vue and ReactJs using ParcelJs

Example code of ParcelJs with VueJs Single file component and ReactJs

Run

  • Run npm i
  • Run npm start

Production Build

  • Run npm run build
  • Run npm run serve

About ParcelJS

ParcelJs seems very inspiring new bundler after webpack, here in this application for running Vue and React app i have not done any for bundler only config file here i use is of babel. Parceljs has taken all the pain of configuration and will let you code directly

There seems still some bug with parcel vue plugin and other minor issues, hope it gonna be fix soon.