https://github.com/ecomplus/admin-marketplace
Apps marketplace for E-Com Plus admin with Vue SPA
https://github.com/ecomplus/admin-marketplace
apps-marketplace dashboard ecomplus-apps spa vuejs
Last synced: about 1 month ago
JSON representation
Apps marketplace for E-Com Plus admin with Vue SPA
- Host: GitHub
- URL: https://github.com/ecomplus/admin-marketplace
- Owner: ecomplus
- License: agpl-3.0
- Created: 2019-10-24T21:27:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T17:36:49.000Z (3 months ago)
- Last Synced: 2025-03-24T19:11:17.038Z (about 2 months ago)
- Topics: apps-marketplace, dashboard, ecomplus-apps, spa, vuejs
- Language: JavaScript
- Homepage: https://ecomplus-marketplace.netlify.app
- Size: 3.66 MB
- Stars: 0
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# E-Com Plus Admin Marketplace
[](https://github.com/ecomplus/admin-marketplace/actions?workflow=Publish) [](https://www.codefactor.io/repository/github/ecomplus/admin-marketplace/overview/master) [](https://www.npmjs.org/@ecomplus/admin-marketplace) [](https://opensource.org/licenses/AGPL-3.0)
Apps marketplace for E-Com Plus admin with Vue.js SPA
[CHANGELOG](https://github.com/ecomplus/admin-marketplace/blob/master/CHANGELOG.md)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```To login on dev server you should set _username_ and _password_ on `localStorage` with your credential for demo store (1011):
```js
localStorage.setItem('store_id', 1011)
localStorage.setItem('username', 'myuser')
localStorage.setItem('password', 'mypassword')
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).