0.0.11 • Published 6 years ago
@empye/theme-empye v0.0.11
<<<<<<< HEAD To be able to use new Capybara theme in your Vue Storefront installation, you need to:
Install
lernaglobally:npm install -g lernaor
yarn global add lernaConfigure
empyerepository as a git submodule in theme path of your Vue Storefront workspace, and then trackmasterbranch:git submodule add -b master https://github.com/empye-org/empye.git src/themes/empyeFetch all the data:
git submodule update --init --remoteUpdate Vue Storefront configuration by copying
local.jsonfile fromempyeto rootconfigdirectory.- Update TypeScript compiler option in
tsconfig.jsonin root directory: change value forcompilerOptions.paths.theme/*from default theme["src/themes/default/*"]to brand new Capybara theme:["src/themes/empye/*"]. Download all dependencies and start development server:
lerna bootstrap && yarn devThat’s all! Now after opening your development server (http://localhost:3000 by default) you should see Vue Storefront with Empye theme! 🎉
empye
VSF Theme
7d25cbcde46455e6e69431575710d3dfceca28c2