0.6.3 • Published 4 years ago

ember-storytails v0.6.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

ember-storytails

Build themed web apps with Storybook + TailwindCSS.

This addon configures a PostCSS pipeline for your app with smart defaults, including TailwindCSS for its powerful utilities and theming.

The PostCSS pipeline is provided by ember-cli-postcss and includes:

Getting Started

Get started in 3 steps:

  1. Install Storytails
$ ember install ember-storytails
  1. Include Tailwind styles in app.css
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
  1. Start theming!

Run live reload server running alongside of Storybook:

$ ember serve --live-reload # shorthand: ember s -lr
$ ember storybook # shorthand: ember sb

Note: When you first run Storybook, it will ask you to generate a preview-head file that's used by Storybook to run the Ember app. Without it, Storybook will not run.

Add stories to the stories/ directory in your app's root. Use the ember g story <story-name> command for a quickstart. Modify the Tailwind config in config/tailwind/

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Contributing

See the Contributing guide for details.

Credits

Inspired by the late ember-cli-tailwind. Based off the guide provided by chrism for emberjs-tailwind-purgecss.

License

This project is licensed under the MIT License.

0.6.3

4 years ago

0.6.0

4 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.14

5 years ago

0.3.13

5 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.31

5 years ago

0.1.30

5 years ago

0.1.29

5 years ago

0.1.28

5 years ago

0.1.27

5 years ago

0.1.26

5 years ago

0.1.25

5 years ago

0.1.24

5 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago