azl397985856 / ltcrm-components

framework for developing our components isolating from our app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

framework for developing our components isolating from our app.

License:MIT License


Languages

Language:JavaScript 93.8%Language:CSS 6.2%