Webpack Typescript Starter For Logseq Plugin With TailwindCSS inside.

A simple webpack typescript starter for Logseq Plugin Development with TailwindCSS inside.
What's in it.
- Just a hello world for now.
- No vue/react included.
- TailwindCSS inside.
How to use it.
- Clone
- Run
npm install
- Run
npm run build
- In logseq, click
Plugins
which is in right top dropdown menu
- Click
Load unpacked plugin
button and select the dist
sub directory.
- If plugin not work, you can try to disable and enable the plugin by clicking the switch button on Plugins page.
Licence
MIT