@ecomplus/admin-home
v1.1.0-rc.2
Published
E-Com Plus dashboard homepage with Vue 2 SPA
Readme
E-Com Plus Admin Home
E-Com Plus dashboard homepage with Vue 2 SPA
Project setup
npm installCompiles and hot-reloads for development
npm run serveTo 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 buildLints and fixes files
npm run lint