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

webapp(cli): migrate to vite #772

Merged
merged 4 commits into from
Aug 8, 2023
Merged

Commits on Aug 8, 2023

  1. feat(webapp): migrate to vite

    Vite is faster than the old `vue-cli`. For new `vue` projects it is the default build system.
    
    https://vitejs.dev/
    ---
    docker: change env vars to `vite` schema
    
    * Replace prefix `VUE_` by `VITE_`.
    * Update option to not delete output dir.
    * Remove unused environment variables
    Rotzbua committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    59e5d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e9589b View commit details
    Browse the repository at this point in the history
  3. fix(webapp): add build paramter for [email protected]

    This is a workaround. `vuelidate` should be updated to newer mayor.
    Rotzbua committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e626401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ced839 View commit details
    Browse the repository at this point in the history