0.0.11 • Published 4 years ago

@empye/theme-empye v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

<<<<<<< HEAD To be able to use new Capybara theme in your Vue Storefront installation, you need to:

  1. Install lerna globally:

    npm install -g lerna

    or

    yarn global add lerna
  2. Configure empye repository as a git submodule in theme path of your Vue Storefront workspace, and then track master branch:

    git submodule add -b master https://github.com/empye-org/empye.git src/themes/empye
  3. Fetch all the data:

    git submodule update --init --remote
  4. Update Vue Storefront configuration by copying local.json file from empye to root config directory.

  5. Update TypeScript compiler option in tsconfig.json in root directory: change value for compilerOptions.paths.theme/* from default theme ["src/themes/default/*"] to brand new Capybara theme: ["src/themes/empye/*"].
  6. Download all dependencies and start development server:

    lerna bootstrap && yarn dev
  7. That’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

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago