Socket
Socket
Sign inDemoInstall

xecio-admin

Package Overview
Dependencies
77
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    xecio-admin

Admin plugin for Xecio


Version published
Maintainers
1
Install size
3.66 MB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 04 Feb 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc