element-cooking-starter
element-cooking-starter copied to clipboard
[DEPRECATED]A starter kit for Element UI generated by cooking
trafficstars
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