zahedbri / admin-marketplace

Apps marketplace for E-Com Plus admin with Vue.js SPA

Home Page:https://ecomplus-marketplace.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Com Plus Admin Marketplace

Publish CodeFactor npm version License AGPL

Apps marketplace for E-Com Plus admin with Vue.js SPA

CHANGELOG

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):

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.

About

Apps marketplace for E-Com Plus admin with Vue.js SPA

https://ecomplus-marketplace.netlify.app

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 59.9%Language:HTML 24.4%Language:Vue 15.6%