MeterReader icon indicating copy to clipboard operation
MeterReader copied to clipboard

An example app for my Pluralsight course.

Results 3 MeterReader issues
Sort by recently updated
recently updated
newest added

Following the README.md end running the .NET project ends up with the following errors in the browser: ![image](https://user-images.githubusercontent.com/10273406/165342309-26731a6c-31db-4ee7-97bf-65e86865afe8.png) I was using the "net6" branch.

I get the following 2 errors when running: npm run build on client: node_modules/@vue/reactivity/dist/reactivity.d.ts:420:9 - error TS2380: The return type of a 'get' accessor must be assignable to its 'set'...

Hi, building the client fails (branch .Net 8): ``` PS X:\git\#Plurasight\MeterReader\src\MeterReader\client> npm run build > [email protected] build > vue-tsc --noEmit && vite build vite v2.7.1 building for production... ✓ 0...