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:
1. Disable the built-in TypeScript Extension
1) Run
Extensions: Show Built-in Extensions from VSCode's command palette
2) Find
TypeScript and JavaScript Language Features, right click and select
Disable (Workspace)
2. Reload the VSCode window by running
Developer: Reload Window from the command palette.
Customize configuration
See
Vite Configuration Reference.
Project Setup
``
sh
npm install
`
$3
`
sh
npm run dev
`
$3
`
sh
npm run build
`
$3
`
sh
npm run lint
``
version: 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.