Ecosyste.ms: Awesome
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: 5 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T14:06:57.000Z (about 8 years ago)
- Last Synced: 2024-11-19T12:14:57.725Z (2 months 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 UIdemo预览:[https://helloqingfeng.github.io/Vue-douban/dist](https://helloqingfeng.github.io/Vue-douban/dist/index.html)
# 安装运行
## 克隆项目到本地
``` bash
git clone [email protected]: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
```