An open API service indexing awesome lists of open source software.

https://github.com/helloqingfeng/vue-douban

使用Vue和Element Ui构建的简单demo
https://github.com/helloqingfeng/vue-douban

Last synced: 2 days ago
JSON representation

使用Vue和Element Ui构建的简单demo

Awesome Lists containing this project

README

          

# doubanMovie
> 初学使用Vue 2.0 搭建的简单demo,样式用的是Element UI

demo预览:[https://helloqingfeng.github.io/Vue-douban/dist](https://helloqingfeng.github.io/Vue-douban/dist/index.html)

# 安装运行

## 克隆项目到本地
``` bash
git clone git@github.com:helloqingfeng/Vue-douban.git
```
## 进入目录,安装项目依赖
``` bash
npm install
```

## 运行项目

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

## 构建项目

``` bash
# build for production with minification
npm run build
```