Skip to content
This repository has been archived by the owner on Jan 15, 2018. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 646 Bytes

element-cooking-starter

[DEPRECATED]

A starter kit for Element UI generated by cooking

If you prefer vue-cli, here is a starter generated with it. To know more about cooking, visit here.

Start

  • Clone or download this repository
  • Install cooking-cli globally
npm install cooking-cli -g
  • Enter your local directory, and install dependencies:
npm install

Develop

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

Build

# build for production with minification
npm run dist