@egadams/log-viewer
v0.0.24
Published
0.0.11 start source poll on mount, added clearLogInterval method 0.0.13 upgraded log object processor to return from consumeData() if there is no data
Downloads
28
Readme
v-test-packge
0.0.11 start source poll on mount, added clearLogInterval method 0.0.13 upgraded log object processor to return from consumeData() if there is no data
Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensionsfrom VSCode's command palette - Find
TypeScript and JavaScript Language Features, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Windowfrom the command palette.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm installCompile and Hot-Reload for Development
npm run devType-Check, Compile and Minify for Production
npm run buildLint with ESLint
npm run lintversion: 0.0.7 added object_id version: 0.0.8 removed noisy console.log version: 0.0.9 forgot to build version: 0.0.10 removed noisy from lop version: 0.0.19 added id to source data for select version: 0.0.20 increment log object processor version: 0.0.21 updated all dependencies with ncu -u && npm install version: 0.0.22 sanity check. vite dev is broken. build works version: 0.0.23 upgraded log object container source version: 0.0.24 publishing again. no type info for some reason.
