Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 378 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 378 Bytes

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