undefined
Last updated
Last updated
The basic theme to use the Gift List
Initial Page
User Page
Wallet User Page
List Page
To use this template it's necessary to use the
to be able to access these essential components to create the list store theme:
Another store components are used like:
To use this components remember to add the dependencies in manifest (see more here)
To start the installation, you need to clone the GitLab project into a directory of your choice:
SSH clone
or
HTTPS clone
Once the clone is done, now let's login, create the workspace and get it running in the store.
Tip: whenever you login, always check the 'manifest.json' file to get the correct name of the store.
Manifest.json
Once in the repository directory, it is time to edit the Minimum Boilerplate manifest.json
file.
Once in are in the file, you must replace the vendor
and account
values. vendor
is the account name you are working on and account
is anything you want to name your theme. For example:
By running vtex list
, you can verify if any theme is installed.
It is common to already have an another theme installed when you start the store's front development process.
Therefore, if you find it in the app's list, copy its name and use it together with the command vtex uninstall
. For example:
Login and access the store Access the project folder in terminal / cmd
To verify the VTEX account and workspace in use, just type
Creating your workspace in the store
Then time has come to upload all the changes you made in your local files to the platform. For that, use the vtex link
command.
If the process runs without any errors, the following message will be displayed: App linked successfully
.
Then, run the vtex browse
command to open a browser window having your linked store in it. This will enable you to see the applied changes in real time, through the account and workspace in which you are working.
We recomend use the vtex.edition-store@5.x
, to you can use the Store Framework and work on your store theme.
To confere if you are using this app, run vtex edition get
and check if this apps is already installed and is in the version bigger or equal a 5.
If there isn't, please open an call to support team and request to install this version.