ntno / terminal-vue

A Vue 3 library inspired by terminal.css

Home Page:https://www.terminalvue.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal CSS + Vue

This project takes the awesome terminal.css project and incorporates it into a Vue library.

Recommended IDE Setup

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

About

A Vue 3 library inspired by terminal.css

https://www.terminalvue.dev


Languages

Language:Vue 53.3%Language:SCSS 33.5%Language:TypeScript 10.1%Language:JavaScript 2.4%Language:CSS 0.7%