Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 633 Bytes

Vue2.0实现简易手机版豆瓣

基于vue2.0+vue-router+vuex的SPA应用

运行项目

项目地址:https://github.com/huahua0406/vue-douban

clone项目到本地,进入项目文件夹,安装依赖

1   git clone https://github.com/huahua0406/vue-douban.git
2   cd vue-douban
3   npm install

然后运行

npm run dev

最后打开浏览器,输入localhost:8080即可访问。

需要注意的是: 安装依赖的时候可能会报错,那是因为node-sass模块没安装下来, 貌似是node-sass版本的问题 重新执行 npm install node-sass 多试几次应该就可以。