1 Star 0 Fork 1

timeless09 / shell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Vue2.0仿饿了么webapp单页面应用


声明: 代码源于 黄轶老师在慕课网上的教学视频,我自己用vue2.0重写了项目,喜欢的同学可以去支持老师的课程:http://coding.imooc.com/class/74.html
演示地址:https://colinscales.github.io/scale

演示.png


## 依赖工具: - vue-cli - webpack - stylus - axios - vue-router - express - better-scroll

安装:

1、安装node:http://nodejs.cn/download/ git:https://git-scm.com/downloads

2、从我的仓库复制代码:

$ git clone https://github.com/ColinScales/shell

3、安装vue脚手架工具vue-cli:

$npm install vue-cli -g

4、进入代码根目录安装依赖:

$ npm install --save-dev

5、运行命令:

$ npm run dev

6、发布代码:

$ npm run build

发布完代码后会生成dist目录,保存着项目的所有可运行的代码。

注意不能直接打开index.html运行,需要开启http server运行代码。 直接运行我写好的配置文件就可以运行代码:

$ node prod.server.js

打开浏览器输入localhost:4444看效果。

空文件

简介

vue2.0-(高仿饿了么) https://colinscales.github.io/scale 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/timeless09/shell.git
git@gitee.com:timeless09/shell.git
timeless09
shell
shell
master

搜索帮助