angular-tailwind-components 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -277,7 +277,7 @@ ng build angular-tailwind-components
|
|
|
277
277
|
# Start Storybook (locale)
|
|
278
278
|
npm run storybook
|
|
279
279
|
|
|
280
|
-
# Storybook
|
|
280
|
+
# StackBlitz: build statico Storybook + serve (primo avvio ~1–2 min)
|
|
281
281
|
npm run stackblitz
|
|
282
282
|
```
|
|
283
283
|
|