An open API service indexing awesome lists of open source software.

https://github.com/samundrak/parceljs-react-vue-example

Simple demo application of parceljs with vue and react
https://github.com/samundrak/parceljs-react-vue-example

parcel-bundler parceljs reactjs vuejs

Last synced: 9 months ago
JSON representation

Simple demo application of parceljs with vue and react

Awesome Lists containing this project

README

          

# 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.