/ltcrm-components

framework for developing our components isolating from our app.

Primary LanguageJavaScriptMIT LicenseMIT

ltcrm-components

framework for developing our components isolating from our app.

Introduction

Why to build this? For one thing, you can develope your components here by collaborating your workmates. Anyone can share his or her code.For another, any component you maked can be published as a independent unit . when you have deved one component, you can delpoy it to npm just by running npm publish shell.

Usage

npm install
npm run dev

Then open http://localhost:9001 on your browser.

and what you see is just like that:

online demo: http://azl397985856.github.io/ltcrm-components/demo.html

image

Lisence

MIT