xecio-admin

Admin plugin for Xecio

Usage no npm install needed!

<script type="module">
  import xecioAdmin from 'https://cdn.skypack.dev/xecio-admin';
</script>

README

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