Skip to content
View kidwen's full-sized avatar
🕸️
finding...
🕸️
finding...
Block or Report

Block or report kidwen

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

Pinned Loading

  1. web-style web-style Public

    a angular project like angular material websit

    TypeScript 1 1

  2. ltsah ltsah Public

    this is a project for android app

    TypeScript 5

  3. eslint-config-angular eslint-config-angular Public

    eslint for angular project

    HTML

  4. vue3-template vue3-template Public template

    this is a vue template with version 3

    TypeScript

  5. sample sample Public

    same interesting css style or animate

    HTML 3 1

  6. webpack-config.js webpack-config.js
    1
    const path = require('path');
    2
    module.exports = {
    3
        // entry 表示入口,Webpack 执行构建的第一步将从 Entry 开始,可抽象成输入
    4
        // 类型可以是 string、object、array
    5
        entry: './app/entry', // 只有 1 个入口,入口只有 1 个文件