Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

yfzm/Shopping-Cart

Repository files navigation

购物商品展示页面及购物车

概述

本项目为使用Vue.js框架搭建的单页购物平台,单击这里预览。

  • 包管理: npm
  • 构建: webpack + npm script
  • 单元测试: Karma + Mocha (断言库chai)
  • 样式: bootstrap

使用方法

clonedownload到本地后在该目录下执行:

npm install

构建项目:

npm run build

调试并运行项目

npm start
# 默认开启8080号端口,请使用浏览器访问 localhost:8080

单元测试

npm test