# vue2.0-demo **Repository Path**: alex1504/vue2.0-demo ## Basic Information - **Project Name**: vue2.0-demo - **Description**: 基于Vue-cli构建的简易案例(Github保持更新) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/alex1504/vue2.0-demo - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-09 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Vue2.0 demo > This is a simple vuejs demo built by vue-cli [webpack-simple](https://github.com/vuejs-templates/webpack-simple) template. ![preview](http://huzerui.com/vue2.0-demo/statics/img/readme/desc-1.gif) ## Preview [http://vue2demo.huzerui.com](http://vue2demo.huzerui.com) You'd better open it in mobile mode of browser or just view in your mobilephone by scanning the qrcode below. ![qrcode](http://huzerui.com/vue2.0-demo/statics/img/readme/qrcode.png) ## Base - [vue](https://vuejs.org/): A MVVM framework. - [vue-router](https://router.vuejs.org/): Official router plugin - [vuex](https://vuex.vuejs.org/): State management. - [vue-material](https://vue-material-old.netlify.com/#/): A material css ui framework - [axios](https://github.com/axios/axios): A http request plugin ## Notice The movie and book api comes from [Douban](https://developers.douban.com/wiki/?title=guide), it has restiction. Every single ip can access api without apikey 150 times per hours and api with apikey 500 timers per hours. If you can't see any movie or book content, that means you need to wait for Douban api recovery. ## Development ``` bash # clone project from github to your computer git clone https://github.com/alex1504/vue2.0-demo.git # enter into project directory cd vue2.0-demo # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production npm run build ```