A starter kit for Element UI by webpack 4.x
webpack2.x version element-starter
Node >= 6
- Clone or download this repository
- Enter your local directory, and install dependencies:
npm i # serve with hot reload at localhost:8010 npm run dev# serve with dist dir at localhost:3001 npm run preview# build for production with minification npm run build