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
- Host: GitHub
- URL: https://github.com/helloqingfeng/vue-douban
- Owner: helloqingfeng
- Created: 2016-12-01T09:06:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T14:06:57.000Z (over 9 years ago)
- Last Synced: 2025-03-13T18:50:30.975Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://helloqingfeng.github.io/Vue-douban/dist
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```