1.1.0-rc.2 • Published 2 years ago

@ecomplus/admin-home v1.1.0-rc.2

Weekly downloads
120
License
UNLICENSED
Repository
github
Last release
2 years ago

E-Com Plus Admin Home

Publish CodeFactor npm version

E-Com Plus dashboard homepage with Vue 2 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.