0.0.0-beta.12 • Published 1 year ago

vmo-x-form v0.0.0-beta.12

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

vmo-x-form

vmo-x-form is a form engine component library built on Vite + Vue3 + TypeScript + tailwind + element-plus. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

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.

Note: Components, methods, and types within the components, types, and ues.lib directories should all be exported with their type constraints through index.ts to be effective. The actual code entities, on the other hand, will be exposed to the outside world in the dist folder as [package.name].js and [package.name].umd.js, respectively. This ensures that they can be import or required in different ways within the project.

0.0.0-beta.11

1 year ago

0.0.0-beta.12

1 year ago

0.0.0-beta.10

1 year ago

0.0.0-beta.9

1 year ago

0.0.0-beta.8

1 year ago

0.0.0-beta.7

1 year ago

0.0.0-beta.6

1 year ago

0.0.0-beta.5

1 year ago

0.0.0-beta.3

1 year ago

0.0.0-beta.4

1 year ago

0.0.0-beta.2

1 year ago

0.0.0-beta.1

1 year ago

0.0.0-beta.0

2 years ago