Skip to content
View svewag's full-sized avatar

Sponsoring

@evcc-io
Block or Report

Block or report svewag

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sumcumo/lighthouse-keeper sumcumo/lighthouse-keeper Public

    This package is no longer under active development. We recommend using Lighthouse CI. CLI tool for running Google’s Lighthouse checks

    JavaScript 15 2

  2. Akryum/vue-cli-plugin-ssr Akryum/vue-cli-plugin-ssr Public

    ✨ Simple SSR plugin for Vue CLI

    JavaScript 444 69

  3. sumcumo/node-modules-check sumcumo/node-modules-check Public archive

    Check for outdated Node modules

    JavaScript 3 2

  4. sumcumo/vue-states sumcumo/vue-states Public archive

    State management system for Vue.js

    TypeScript 148 4

  5. sumcumo/vue-history sumcumo/vue-history Public

    Vue plugin to log nested method calls, errors, asynchronous processes and timings

    TypeScript 53 1

  6. reinstall node-modules after package... reinstall node-modules after package-lock.json or .nvmrc has changed
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    files=("package-lock.json" ".nvmrc")
    4
    
                  
    5
    for file in "${files[@]}"; do