0.22.0 • Published 1 year ago

@karnama/vueish v0.22.0

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

vueish

Vue UI Library

:warning: This package is not production ready!

Install:

  • run npm i vueish

Contribution

Adding features

Component

  1. create a folder in the src/components folder aptly named
  2. create a .vue file that starts with UI e.g.: UITable.vue

Directive

  1. create a folder in the src/directives folder aptly named
  2. create an index.ts file in the created folder.

Then add or update test to cover the new logic. The test file should be placed next to the source code in a file that is named the same but appended with test in the name. (UITable.test.ts)

To customise the web-types.json generated, place a web-types.ts file next to your source code and set the appropriate default export

error like

failed to load config from /Users/my-user/Web/vueish/vite.config.js
error when starting dev server:
Error: The service was stopped

can be fixed by running node node_modules/esbuild/install

Testing

snapshot testing

  • Snapshots should be created/tested when there's a significant change in the markup such as v-if and v-for statements.
  • The snapshot should include the expected most frequent use-case meaning: props and slots should be included where applicable.
0.21.0

1 year ago

0.20.0

1 year ago

0.22.0

1 year ago

0.19.2

2 years ago

0.19.0

2 years ago

0.19.1

2 years ago

0.18.0

2 years ago

0.17.2

2 years ago

0.17.3

2 years ago

0.17.4

2 years ago

0.17.5

2 years ago

0.15.0

2 years ago

0.16.0

2 years ago

0.15.1

2 years ago

0.17.0

2 years ago

0.17.1

2 years ago

0.14.0

2 years ago