Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestashopcorp/live-demo-devices
PrestaShop live demo - Multi-devices support!
https://github.com/prestashopcorp/live-demo-devices
prestashop socket-io vuejs
Last synced: about 2 months ago
JSON representation
PrestaShop live demo - Multi-devices support!
- Host: GitHub
- URL: https://github.com/prestashopcorp/live-demo-devices
- Owner: PrestaShopCorp
- License: other
- Created: 2014-04-23T16:45:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T08:18:00.000Z (10 months ago)
- Last Synced: 2024-04-03T09:37:08.855Z (10 months ago)
- Topics: prestashop, socket-io, vuejs
- Language: JavaScript
- Homepage: https://demo.prestashop.com
- Size: 2.28 MB
- Stars: 9
- Watchers: 20
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# live-demo-devices
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).