https://github.com/ecomplus/admin-home
E-Com Plus dashboard homepage with Vue SPA
https://github.com/ecomplus/admin-home
Last synced: about 1 month ago
JSON representation
E-Com Plus dashboard homepage with Vue SPA
- Host: GitHub
- URL: https://github.com/ecomplus/admin-home
- Owner: ecomplus
- License: other
- Created: 2021-01-04T16:37:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:38:25.000Z (3 months ago)
- Last Synced: 2025-03-24T19:13:10.283Z (about 2 months ago)
- Language: JavaScript
- Size: 2.12 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.txt
Awesome Lists containing this project
README
# E-Com Plus Admin Home
[](https://github.com/ecomplus/admin-home/actions?workflow=Publish) [](https://www.codefactor.io/repository/github/ecomplus/admin-home/overview/master) [](https://www.npmjs.org/@ecomplus/admin-home)
E-Com Plus dashboard homepage with Vue 2 SPA
[CHANGELOG](https://github.com/ecomplus/admin-home/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/).