1.0.1 • Published 8 years ago

xecio-admin v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

xecio-hey

Admin plugin for Xecio

built with gulp + babel + webpack using es6 + angular + materail + jwt

Demo

http://xecio.github.io/admin/ username: xecio passowrd: 12345

Screenshots

TODO: Screenshots

About

Usage

1. install xecio-admin

npm install xecio-admin --save

2. add a admin config section to _config.yml:

# Admin
admin:
    name: xecio
    password: 12345
    secret: super secret
    expire: 60*1
    # cors: http://localhost:3000

cors is optional if you want serve your client in another place(CDN for example)

3. serve xecio

xecio serve

then visit http://localhost:4000/admin , and login with the account set in previous step