-
Notifications
You must be signed in to change notification settings - Fork 12
Start & Build Storefront
Create a fully customized storefront for Selldone using the Storefront Project built on the Vue framework. Follow these simple steps to get started:
First, clone the project to your local machine using the following command:
gh repo clone selldone/storefront
Next, install all the required packages. You can use either Yarn or npm as your package manager.
If you're using Yarn, run:
yarn install
yarn setup
For npm, use:
npm install
npm setup
Now, you're ready to start developing your storefront. To launch the development server, use one of the following commands:
With Yarn:
yarn serve
With npm:
npm serve
Open served address: e.g. https://localhost:8080/
To publish your storefront on Selldone and make it available for use, configure your layout settings in the manifest.json
file. This step is crucial for personalizing and defining the structure of your storefront.
For a realistic development experience, your project will use data from an actual Selldone store. To set this up, modify the .env
file with the following variables:
Variable | Description | Example |
---|---|---|
VUE_APP_SAMPLE_SHOP_NAME | Your Selldone shop name. Use the format my-shop-name . |
toysworld |
VUE_APP_SAMPLE_SHOP_CUSTOM_HOME | Define the first page of your storefront. Options include blog , avocado , hyper , community , shop , map , number , a specific LANDING-PAGE-ID, or null . |
3001 |
VUE_DEV_SERVER_HOST | Hostname for the Vue development server | localhost |
VUE_DEV_SERVER_PORT | Port number for the Vue development server | 8080 |
VUE_DEV_SERVER_HTTPS | Whether to use HTTPS (TRUE or FALSE ) |
- |
By following these steps, you'll be well on your way to developing a unique and fully customized storefront for Selldone using the Vue framework. Happy coding!
🌟 Join Selldone for Free – No Credit Card Required!
Embark on your development journey with Selldone, where innovation meets simplicity. We're excited to offer lifetime free registration – no hidden fees, no credit card information needed. Just pure, unbridled creativity to bring your projects to life. Join our community of passionate developers today and start building something amazing!
🔗 Register Lifetime Free and transform your ideas into reality!