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
- Host: GitHub
- URL: https://github.com/samundrak/parceljs-react-vue-example
- Owner: samundrak
- Created: 2018-01-24T16:16:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T16:18:57.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T20:31:29.601Z (11 months ago)
- Topics: parcel-bundler, parceljs, reactjs, vuejs
- Language: JavaScript
- Homepage: https://samundrak.github.io/parceljs-react-vue-example/
- Size: 935 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.