xecio-admin

1.0.1 • Public • Published

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

/xecio-admin/

    Package Sidebar

    Install

    npm i xecio-admin

    Homepage

    xec.io/

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • dww510