@vergelijkdirect/vd-base-components
v0.0.14-rc.3
Published
Base Vergelijkdirect.com components
Downloads
632
Readme
vd-base-components
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.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build