#程序启动
基于ElementUI搭建的前端页面
如果你不熟悉vue.js并对ElementUI不了解,请前往 cooking, here 那里有详细的快速搭建和学习教程
- Clone or download this repository
- Enter your local directory, and install dependencies:
npm install
# serve with hot reload at localhost:8000
npm run dev
# build for production with minification
npm run build