xecio-admin
v1.0.1
Published
Admin plugin for Xecio
Downloads
2
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
- client framework: angular
- dashboard ui: material
- authentication: jwt
- markdown parser: marked
- markdown style: github-markdown-css
- markdown editor: codemirror
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