Skip to content

react-yue-app setup for live reloading and bundling of the app

Notifications You must be signed in to change notification settings

viewstools/react-yue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-yue-app

react-yue is a cross-platform React renderer to make native apps through yue.

This app setup showcases live reload in development through rollup + nodemon and building a binary of your app.

Setup

Install the dependencies (use either yarn or npm):

npm install
npm run setup

Develop

Your code starts at src/index.js and it's compiled by rollup.config.js into app.js.

npm run start

Your app should open on a new window and every time you change something in src it will be reloaded.

Build

npm run build

Your app's binary will be in the build folder. It will build for the platform you're on but you can configure it to build for other platforms too

License MIT.

About

react-yue-app setup for live reloading and bundling of the app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages