This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tkostuch
committed
Apr 22, 2020
1 parent
26b119d
commit cfddab6
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,12 @@ To be able to use new Default theme in your Vue Storefront installation, you nee | |
|
||
1. That’s all! Now after opening your development server (http://localhost:3000 by default) you should see Vue Storefront with Default theme! 🎉 | ||
|
||
## Troubleshooting | ||
After `git submodule add -b master [email protected]:DivanteLtd/vsf-default.git src/themes/default` you see message: | ||
`'src/themes/default' already exists in the index` | ||
|
||
That is shown because directory already exist or if you removed it then you need to remove it from git index `git rm --cached src/themes/default` | ||
|
||
## The screenshots | ||
|
||
<img width="880" alt="Vue Storefront - Annimations in the sidebar cart" src="https://user-images.githubusercontent.com/18116406/33559769-2840fb70-d90e-11e7-8f2b-298f35d1b412.gif"> | ||
|