ch
Feedback
Frontend-Resources

Frontend-Resources

前往频道在 Telegram
919
订阅者
无数据24 小时
-17
-330
帖子存档
Remember folks, declaring globals isn't that hard. #ts
Remember folks, declaring globals isn't that hard. #ts

حتما براتون پیش اومده بخواید دستورات داکر رو تبدیل به فایل docker-compose بکنید، این سایت دقیقا همین کارو براتون انجام میده: https://www.composerize.com

# TypeScript Tip 🔥 You can use 'as const' on a template literal to force TypeScript to infer it. Without the as const, it de
# TypeScript Tip 🔥 You can use 'as const' on a template literal to force TypeScript to infer it. Without the as const, it defaults to string. With it, it goes DEEP.

In the script setup of a #vuejs component you can define a custom directive just by giving it a camelCase name that starts wi
In the script setup of a #vuejs component you can define a custom directive just by giving it a camelCase name that starts with v:

#js
#js

Reminder 📢 If you're animating numbers, use this line of CSS 👇 .numbers { font-variant: tabular-nums; }

#vue #nuxt
#vue #nuxt