0.7.3 • Published 2 years ago

@vuedx/projectconfig v0.7.3

Weekly downloads
5,202
License
MIT
Repository
github
Last release
2 years ago

Project Status: 🚨 Alpha

VueDX

build CI codecov

A set of tools for better developer experience aka Vue Developer Experience.

VueDX includes:

  • Analyze — statically analyzes Vue components and provides API info.
  • Compiler SFC — a light weight build of @vue/compiler-sfc (only parse() functionality is provided).
  • Compiler TSX — a <template> to representational TSX compiler (generated TSX may not be functional but ensures type consistency).
  • Preview — a quick-prototyping and component management tool
  • ProjectConfig — a json config file to define project preferences.
  • Template AST Types — a collection of utility functions to work with <template> AST, think @babel/types but for Vue.
  • Typecheck — a command line tool to check types, functionally equivalent to tsc --noEmit but includes .vue support.
  • TS Plugin — enables TypeScript language server to understand .vue files.
  • TS Plugin for Vetur — provides missing features to vetur, same as TS Plugin but. #2145
  • Vue Syntax Highlight — provides syntax highlight for VS Code.
  • Vue Language Features — provides typescript integration for VS Code.
  • Vue Virtual TextDocument — creates a virtual file system to represent blocks in SFC as files.
0.7.3

2 years ago

0.7.2

2 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.2

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago