WebStorm 2021.2.1 is now available with a lot of fixes and many improvements for @vuejs, including support for script setup!
Learn more 👇blog.jetbrains.com/webstorm/…
If you're only using the Composition API in a component, check out the new `<script setup>` block which allows you to write Composition API code in a more concise way!
For more info, check out the official docs at v3.vuejs.org/api/sfc-script-…
ALT Code sample comparisons between code using an exported object vs the script setup block.
If you're only using the Composition API in a component, check out the new `<script setup>` block which allows you to write Composition API code in a more concise way!
For more info, check out the official docs at v3.vuejs.org/api/sfc-script-…
ALT Code sample comparisons between code using an exported object vs the script setup block.
Interactive Feature Tour:
- Core features showcased in concise examples
- Light exercises that can be performed directly in browser
- No setup needed
Example: A Tour of Go
tour.golang.org/welcome/1
Hands-on Tutorial:
- Requires setting up local dev environment and write actual code
- Walks through building something tangible
Example: the React Tutorial
reactjs.org/tutorial/tutoria…
Book-style Guide:
- Slow paced
- Can be read without writing code
- Covers each topic in depth
- Explains small details
Example: the Vue.js Guide
vuejs.org/v2/guide/
📢 Announcing: *Nuxt support on StackBlitz!* 🎉
We are thrilled to have worked with @Nuxt_js to bring you *the fastest way* to start your next awesome @vuejs application – right in your browser!
Can't wait to see what you'll build with it!
stackblitz.com/fork/github/n…
The 3.2 release of @vuejs makes it easier than ever to create native custom elements from Vue components and package them using @vite_js
Join me as we dive into a step-by-step example to create custom elements that can be used in any app.
#webdev#jsmaximomussini.com/posts/vue-…
Vue 3.2 "Quintessential Quintuplets" is out!
- ✨ <script setup> now stable
- 🔩 Ship web components w/ defineCustomElement
- 🔥 Perf improvements
- 🚿 Node-agnostic build for server renderer + web stream APIs
Read more in the blog post: blog.vuejs.org/posts/vue-3.2…
Do you know why @vite_js is the next generation of online tooling? ⚡️
We just released the first lesson of our new course taught by @evanyou. Who better to learn from than the author?
You can watch the first lesson free 👇
buff.ly/3ilAnZR
If you know of an upcoming @vuejs event, let me know by replying here!
I want to compile a list of them, mostly because I'm really bad at knowing what's happening, but I know it will be useful to others too.
Vue friends, @connect_js is looking for more speakers on @vuejs and their CFP is open through tomorrow. If you haven't proposed any talks yet, now is the time!
Come hang out with me, and a bunch of other awesome people in Atlanta. 2021.connect.tech/cfp
Two releases today:
- 3.1.5 (stable) - bug fixes (specifically script setup features)
- 3.2.0-beta.1 - tons of features / perf improvements which we will dive into in a blog post when it hits stable. If you are curious, check out the changelog: github.com/vuejs/vue-next/bl…