# common **Repository Path**: tj123/common ## Basic Information - **Project Name**: common - **Description**: 常用的初始化配置文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-09 - **Last Updated**: 2023-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 常用文件初始化 ## npmrc ```bash curl -sSL https://gitee.com/tj123/common/raw/master/.npmrc > .npmrc ``` ## editorconfig ```bash curl -sSL https://gitee.com/tj123/common/raw/master/.editorconfig > .editorconfig ``` ## gitignore ```bash curl -sSL https://gitee.com/tj123/common/raw/master/.gitignore > .gitignore ``` ## gitattributes ```bash curl -sSL https://gitee.com/tj123/common/raw/master/.gitattributes > .gitattributes ``` ## settings.xml ```bash [ -d ~/.m2 ] || mkdir -p ~/.m2 curl -sSL https://gitee.com/tj123/common/raw/master/settings.xml > ~/.m2/settings.xml ``` ## vue.config.js ```bash curl -sSL https://gitee.com/tj123/common/raw/master/vue.config.js > vue.config.js ```