Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 463 Bytes

#REACT NATIVE/WEBPACK/LESS实现封装轮播图组件

##准备

npm init -y
npm install webpack webpack-dev-server babel-core babel-loader babel-preset-react babel-preset-es2015 babel-preset-stage-0 style-loader css-loader less-loader less file-loader url-loader html-webpack-plugin -D
npm install react react-dom -S
npm install jquery -D

.gitignore
node_modules
.idea
npm-debug.log

##配置文件

  1. .babelrc
  2. webpack.config.js
  3. 更改package.json