Skip to content

webzhaochong/vue-spa-ele

Repository files navigation

vue-spa-ele

这是一个vue2.0的饿了么仿写项目

##依赖工具:

  • vue-cli
  • express
  • vue-resource
  • vue-router
  • vue-infinite-scroll
  • stylus
  • webpack

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

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

$ git clone https://github.com/webzhaochong/vue-spa-ele.git

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:8080看效果。

About

这是一个vue2.0的饿了么仿写项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published