# vant **Repository Path**: xesxz/vant ## Basic Information - **Project Name**: vant - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-22 - **Last Updated**: 2021-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README `npm install -D babel-loader @babel/core @babel/preset-env webpack` `babel-plugin-syntax-jsx` `transform-vue-jsx` webpack.config.js ``` { test: /\.js$/, loader: 'babel-loader', options: { presets: ['@babel/preset-env'] }, exclude: /node_modules/ } ``` .babelrc ``` { "plugins": ["transform-vue-jsx"] } ``` [移动端适配](https://www.jianshu.com/p/79be33f2ce88)