3.10.0 • Published 6 years ago

@thingspro-web/cellular-ui v3.10.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Sanji Cellular UI

UI Component of bundle cellular

Getting Started

Start mock API server and render via dev server

yarn

Build for production assets

yarn build

Test with CG Server

Set BASE_PATH and API_TOKEN to webpack.config.js

  __BASE_PATH__: JSON.stringify(BASE_PATH || 'http://localhost:8000/api/v1'),
  __API_TOKEN__: JSON.stringify(API_TOKEN || '12345678')

License

This project is licensed under the MIT License - see the LICENSE file for details