Vue Storefront
made with
Vuejs
简介及使用教程
Vue Storefront是一个基于PWA的电商项目。支持100%离线,平台无关,无头(headless),Magento 2。永远开源,MIT声明。
Vue Storefront是基于VUE.js开发的一个独立的PWA电商项目,可以通过API连接到任何电商后端(例如Magento, Pimcore/CoreShop, BigCommerce, Prestashop or Shopware)。
安装
前端需要配合后端的安装才能正常使用,后端部分详见(https://github.com/DivanteLtd/vue-storefront-api)
1、克隆下载
git clone https://github.com/DivanteLtd/vue-storefront.git vue-storefront
cd vue-storefront
2、 配置文件
cp config/default.json config/local.json
nano config/local.json
- 安装
Yarn
yarn install
编译或运行
yarn build
yarn dev
或者通过docker
docker-compose up
示例
作者
Vue Storefront
@vuestorefront相关项目