elpi
v1.2.1
Published
- Set npm environment
Downloads
1
Readme
Elnusa Package Installer
Setup & installation
Set npm environment
npm config set @elpi:registry http://npm.elnusa.co.id
Install elpi package globally
npm install elpi -g --config=http://npm.elnusa.co.id
Client
Client framework with Vue.JS
Installation
elpi create client --name=client
Create .env file (see client/README.md) and update your package.json.
Master service
Master service handles client-server requests and responses
Installation
elpi create server --name=master
Apply your app settings to master/config/env.json and master/config/services.json and update your package.json.
Additional services
These are supporting services for master service
Installation
elpi create service --name=service-name
Apply your app settings to master/config/env.json and master/config/services.json and update your package.json.