Skip to content
View glows's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Somewhere Out in Space

Block or report glows

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

👋 Hi
blog: glows
contact 📫

import SoftwareDeveloper from 'steven';
import { Languages, Frameworks } from 'steven/skills';

class Bio extends SoftwareDeveloper {
  name     = 'Steven Luo';
  title    = 'Software Developer';
}

class Skills extends SoftwareDeveloper {
  languages  = ['JavaScript', 'TypeScript', 'Python', ...Languages];
  databases  = ['MySQL', 'MongoDB', 'PostgreSQL'];
  frameworks = ['Vue', 'React', 'Next.js', 'Nest.js', ...Frameworks];
}

Actions每日自动更新 :

Pinned Loading

  1. vuex vuex Public

    Forked from vuejs/vuex

    🗃️ Centralized State Management for Vue.js.

    JavaScript

  2. airyland/vux airyland/vux Public

    Mobile UI Components based on Vue & WeUI

    Vue 17.6k 3.7k