基于 vue.js 及 ant-design-vue 实现的一个用来展示足球比赛数据的页面。学习 vue 及 ant-design-vue 的练手小项目
- clone 源码到本地
git clone https://github.com/xiegangd/ant-design-vue-worldcup.git
- 进入项目目录
cd ant-design-vue-worldcup
- 安装依赖
yarn
# OR
npm install
- 启动本地服务
yarn serve
# OR
npm serve
http://localhost:8080