Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

element-starter2

A starter kit for Element UI by webpack 4.x

webpack2.x version element-starter

Environment

Node >= 6

Start

  • Clone or download this repository
  • Enter your local directory, and install dependencies:
npm i 

Develop

# serve with hot reload at localhost:8010 npm run dev

preview

# serve with dist dir at localhost:3001 npm run preview

Build

# build for production with minification npm run build