All Projects → vuestorefront → vsf-capybara

vuestorefront / vsf-capybara

Licence: MIT license
Capybara is a Storefront UI based theme for Vue Storefront. Always Open Source, MIT license. Made with 💚 by Vue Storefront.

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vsf-capybara

vsf-payment-paypal
Paypal payment module for Vue Storefront
Stars: ✭ 46 (-69.93%)
Mutual labels:  vuestorefront
vsf-default
Vue Storefront Default theme. Always Open Source, MIT license. Made with 💚 by Vue Storefront. (please consider vsf-capybara instead)
Stars: ✭ 19 (-87.58%)
Mutual labels:  vuestorefront
shopify-bootstrap-theme
Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
Stars: ✭ 45 (-70.59%)
Mutual labels:  ecommerce-theme
prestashop
Convert your traditional PrestaShop website into a fast, mobile friendly and modern website.
Stars: ✭ 19 (-87.58%)
Mutual labels:  vuestorefront
vsf-external-checkout
VueStorefront External Checkout module
Stars: ✭ 26 (-83.01%)
Mutual labels:  vuestorefront
vsf-address-book
Customer address book extension for Vue Storefront - Integration to manage customer’s multiple addresses under my account section
Stars: ✭ 20 (-86.93%)
Mutual labels:  vuestorefront
magento2-external-checkout
Vue Storefront plugin for external checkout (https://github.com/DivanteLtd/vue-storefront/issues/895)
Stars: ✭ 17 (-88.89%)
Mutual labels:  vuestorefront
gridsome-starter-shopify-advanced
A Gridsome starter for Shopify, complete with authentication 🔐
Stars: ✭ 16 (-89.54%)
Mutual labels:  storefront-ui

Capybara - Storefront UI based theme for Vue Storefront

Stay connected

GitHub Repo stars Twitter Follow YouTube Channel Subscribers Discord

New default template theme for Vue Storefront, based on Storefront UI. 90% of the Capybara code is closed in the Storefront UI library. Thanks to it, Capybara can maintain its flexibility, but minimize the risk of errors.

🔨 Current status: Production Ready

We have prepared short introduction to our coding standards and conventions we are using in Capybara theme.

🚀 See it in action

B2C Theme demo Try out our open demo and if you like it first give us some star on Github ★ and then contact us on Vue Storefront Official Discord or via [email protected].

This demo site is connected to Magento2.

📺 Video demo

See video demo!

Features

Capybara theme provides out of the box ready to use elements, like Cart, Checkout, Modals or Product-related components - to name only a few of them, which all are based on awesome Storefront UI. It provides new look & feel for the Vue Storefront with simpler development experience. You can just grab it and use it, or you can play around to re-design existing components and build something new easily.

If you're new and need some guidance feel free to visit out forum or reach anyone from the core team on our discord:

🤝 Contributing

We are currently in the early developer’s preview phase. If you would like to help us improve this beautiful theme we'd be more than happy if you want to contribute! Here you can find all the required information how to start.

🔌 Installation

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 vsf-capybara 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/DivanteLtd/vsf-capybara.git src/themes/capybara
    
  3. Fetch all the data:

    git submodule update --init --remote
    
  4. Generate local.json file from script generate-local-config.js:

    node src/themes/capybara/scripts/generate-local-config.js
    
  5. Update Vue Storefront configuration by copying local.json file from src/themes/capybara to root config directory.

  6. For Vue Storefront 1.12.3 and earlier include "children_data.*" as includeFields for category in default.json.

  7. 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/capybara/*"].

  8. Download all dependencies and start development server:

    lerna bootstrap && yarn dev
    
  9. That’s all! Now after opening your development server (http://localhost:3000 by default) you should see Vue Storefront with Capybara theme! 🎉

Design customization

If you want to customize the Capybara designs you can start with this amazing Figma file by Aditya Patel from HotWax Commerce.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].