Repository for TailwindUI demo/talk at EmberMN meetup: https://www.meetup.com/EmberMN/events/271954553/
Note: due to licensing restrictions,
I cannot publish the source templates/HTML code for most of the TailwindUI components
(these are what Tailwind Labs' customers, such as myself, pay for).
However, they do offer some "free sample components", so I'll use these for this demo.
Furthermore, Tailwind Labs hired
some people
recently and appears to be interested in expanding their offerings to include Vue & React components rather than just static HTML examples.
A few days ago I tried to reach Robin Malfait via email about the possibility of providing an ember addon as well, but so far I have not received any reply.
My notes/outline can be found in MEETUP.md
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-tailwindui-demo
yarn install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
yarn lint:hbs
yarn lint:js
yarn lint:js --fix
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.