# input-tag **Repository Path**: onemonth/input-tag ## Basic Information - **Project Name**: input-tag - **Description**: element的tag标签和输入框结合 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2-configuration ## vue2基本配置(编译器是idea) - 解决idea使用vue的别名`@/...`找不到路径的问题(jsconfig.json) - eslint配置 - idea的编译器配置(.editorconfig) - element-ui的按需导入 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).