Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add frontend live / hot reload workflow #1327

Merged
merged 1 commit into from
Aug 16, 2020

Commits on Aug 16, 2020

  1. Add frontend live / hot reload workflow

    The frontend workflow requires launching webpack in watch mode. This is
    then followed by manually copying the built bundles to the output
    directory of the site, or terminating and then relaunching the MarkBind
    command.
    
    With a frontend entry point setup in the core-web package, and the
    MarkBind /vue-strap fork merged into the main monorepo, let's take
    advantage of this and add a live / hot reload workflow.
    This provides a near instant edit-feedback development cycle that makes
    frontend development much quicker.
    
    This is integrated into the markbind serve command using the --dev
    option.
    ang-zeyu committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    07c364e View commit details
    Browse the repository at this point in the history