Skip to content
View wangziling's full-sized avatar
😉
Making bugs.
😉
Making bugs.

Organizations

@ZangaiFamily @expert-elm @slingjs @lenovo-it
Block or Report

Block or report wangziling

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
wangziling/README.md

Hi there, I'm Sling. A noob Web Frontend Developer.

console.log(
  'Making bugs.😉'
);

Sling's top langs

Pinned

  1. tauri-redis tauri-redis Public

    Tauri redis - A simple redis desktop manager based on rust-tauri and sveltejs. WIP, currently it is just a roughcast house.

    SCSS 1

  2. lenovo-it/widgets-factory lenovo-it/widgets-factory Public template

    The widgets factory.

    TypeScript

  3. slingjs/artus-web slingjs/artus-web Public template

    Artus.

    TypeScript

  4. babel/babel-polyfills babel/babel-polyfills Public

    A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.

    TypeScript 325 57

  5. justjavac/dvm justjavac/dvm Public

    🦕 Deno Version Manager - Easy way to manage multiple active deno versions.

    Rust 620 35

  6. Vue manual render manager. Vue manual render manager.
    1
    import Vue, { ComponentOptions, CreateElement } from 'vue';
    2
    import { VNodeData } from 'vue/types/vnode';
    3
    import { AsyncComponentFactory, AsyncComponentPromise, FunctionalComponentOptions } from 'vue/types/options';
    4
    import _ from 'lodash';
    5
    import $ from 'jquery';