talk-message-forms

The Message Structure and Layout of jianliao.com

Usage no npm install needed!

<script type="module">
  import talkMessageForms from 'https://cdn.skypack.dev/talk-message-forms';
</script>

README

Talk Message Forms

The Message Structure and Layout of jianliao.com

Demo http://ui.talk.ai/talk-message-forms

Usage

Develop

npm i

You need a static file server for the HTML files. Personally I suggest using Nginx.

Develop:

gulp html # regenerate index.html
webpack-dev-server --hot # enable live-reloading

Build (Pack and optimize js, reivision js and add entry in index.html):

gulp build

License

MIT