https://github.com/ecomplus/store
Open Cloud Commerce: the new Store template
https://github.com/ecomplus/store
Last synced: 3 months ago
JSON representation
Open Cloud Commerce: the new Store template
- Host: GitHub
- URL: https://github.com/ecomplus/store
- Owner: ecomplus
- License: mit
- Created: 2022-06-24T00:14:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T23:22:30.000Z (12 months ago)
- Last Synced: 2024-05-23T00:28:56.271Z (12 months ago)
- Language: Vue
- Homepage: https://demo.ecomplus.app/
- Size: 14.2 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Store
[Cloud Commerce](https://github.com/ecomplus/cloud-commerce): the new Store template
## Getting started
[:us: First deployment and setup](./SETUP.md)
[:brazil: Primeiro deploy e configuração](./SETUP.pt-BR.md)
## Local development
```bash
npm i
```> **Note**
> Check VS Code (highly) recommend extensions in _store/.vscode/extensions.json_### Storefront
```bash
npm run dev
```It starts serving the site at http://localhost:3000/.
Edit your store source in _functions/ssr_:
- _src_: pages, components, styles and scripts sources;
- _content_: JSON and Markdown content (editable with git-based CMS);
- _public_: images and not-parsed static assets;