Skip to content

Add a build --watch flag that writes to the disk in development #1120

Closed
@ghost

Description

What problem does this feature solve?

I would like to serve the Vue as a SPA app inside of the ASP.NET application. With the existing serve command, I do not have access to the files on the disk, so I cannot accomplish that. With a build --watch flag, it would run the webpack build, watch for file changes, and run the build on file changes.

Ionic supports this (ionic-app-scripts watch), Angular CLI supports this (ng build --watch), and these allow me to write Angular/Ionic apps and use them as part as my web application.

What does the proposed API look like?

vue-cli-service build --watch or vue-cli-service watch.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions