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

[DEPRECATED]A starter kit for Element UI generated by cooking

Notifications You must be signed in to change notification settings

ElementUI/element-cooking-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91753bc · Oct 26, 2017

History

7 Commits
Sep 23, 2016
Sep 23, 2016
Sep 23, 2016
Sep 23, 2016
Sep 23, 2016
Oct 26, 2017
Sep 23, 2016
Sep 23, 2016
Nov 9, 2016

Repository files navigation

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