ltcrm-components

ltcrm-components libarary

Usage no npm install needed!

<script type="module">
  import ltcrmComponents from 'https://cdn.skypack.dev/ltcrm-components';
</script>

README

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:

image

Lisence

MIT