Configuration: Open VSCode and load the project folder. Press Ctrl+Shift+P and search for >Create New Terminal. Install PNPM using corepack enable. Then, enter pnpm install to install the packages. Next, copy the .env.example file to a new .env file and fill in at least the NEXT_PUBLIC...
I'm using Vue 2 with wonderful-panda/vue-tsx-support and I got a little win: import { shallowMount, Wrapper } from "@vue/test-utils"; const wrapper = shallowMount(MyComponent) as Wrapper<typeof MyComponent>; wrapper.vm.myMethod("arg"); and import { VNode } from "vue"; import * ...
source .bash_profile (only need this if didn't log back in) wsl --shutdown (then just reconnect) If your using wls2 I assume your doing app development so these are also useful: pico .bash_profile (modify accordingly) #make sure to install pulseaudio on windows side, works great for ...