close
The Wayback Machine - https://web.archive.org/web/20190915103832/https://github.com/ElementUI/element-starter
Skip to content
A starter kit for Element UI generated by vue-cli
JavaScript Vue HTML Makefile
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image src upgrade dependencies Oct 26, 2017
Image .babelrc fix babel config, fixed #34 May 2, 2017
Image .gitignore init Sep 23, 2016
Image Makefile add Makefile (#18) Jan 9, 2017
Image README.md Update README.md Aug 11, 2017
Image package.json upgrade dependencies Apr 17, 2018
Image postcss.config.js 优化配置 (#17) Jan 7, 2017
Image webpack.config.js add extension to webpack config (#61) Apr 5, 2018
Image yarn.lock upgrade dependencies Apr 17, 2018

README.md

element-starter

A starter kit for Element UI generated by vue-cli

If you are familiar with cooking, here is a starter generated with it

Environment

Node >= 6

Start

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

Develop

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

Build

# build for production with minification
npm run build
You can’t perform that action at this time.