Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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: 2024-11-01T01:24:10.000Z (3 months ago)
- Last Synced: 2024-11-01T02:19:22.182Z (3 months ago)
- Topics: apps-marketplace, dashboard, ecomplus-apps, spa, vuejs
- Language: JavaScript
- Homepage: https://ecomplus-marketplace.netlify.app
- Size: 4.38 MB
- Stars: 0
- Watchers: 5
- 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
[![Publish](https://github.com/ecomplus/admin-marketplace/workflows/Publish/badge.svg)](https://github.com/ecomplus/admin-marketplace/actions?workflow=Publish) [![CodeFactor](https://www.codefactor.io/repository/github/ecomplus/admin-marketplace/badge/master)](https://www.codefactor.io/repository/github/ecomplus/admin-marketplace/overview/master) [![npm version](https://img.shields.io/npm/v/@ecomplus/admin-marketplace.svg)](https://www.npmjs.org/@ecomplus/admin-marketplace) [![License AGPL](https://img.shields.io/badge/License-AGPL-orange.svg)](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/).