d4ndres / ts-inject-provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-inject-provide

It is not an event bus, it is not Vuex and it is not Pina. It is an example of how I would use vue's inject and provider. Excellent for managing an almost decentralized state. I invite you to explore the CountProvider, App, EntryEditor and MyJournal files. With CounterProvider we develop a wrapper component that provides us with a controlled state.

Preview

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 Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About


Languages

Language:CSS 75.7%Language:Vue 18.3%Language:TypeScript 3.8%Language:HTML 1.2%Language:JavaScript 1.0%