AreYouHungry

Vue.js high imitation hungry Takeaway App course source, vue1 / vue2 version of the migration

4
1
Vue

AreYouHungry

are you hungry?

a vue.js ‘are you hungry’ project

	### 项目构建

	### install dependencies || 安装依赖关系
	npm install

	### 服务热加载 ☞ localhost:8080
	npm run dev

	### 通过压缩生产环境
	npm run build

	### 运行单元测试
	npm run unit

	### 运行e2e测试
	npm run e2e

	### 运行所有测试
	npm test