@seqquery/design-kit
v0.6.10
Published
My awesome component
Downloads
105
Readme
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Recommended Setup
VS Code + Vue - Official (previously Volar) and disable Vetur
Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.
How to create a custom Vue Component Library with robust testing via Storybook and Vitest
How to use Quasar in a custom Vue Component Library with Storybook
npm config set registry http://verdaccio/npm/
then create and update local .npmrc file:
npm config set _authToken=%YOUR_ACCES_TOKEN%
and publish pointing to your registry
npm publish --registry http://verdaccio/npm/
(base) MOBA-MBP001:ui.lib mri20$ npm config set registry https://registry.npmjs.org/ (base) MOBA-MBP001:ui.lib mri20$ npm config set registry https://registry.npmjs.org/ (base) MOBA-MBP001:ui.lib mri20$ npm config set _authToken=nXXX (base) MOBA-MBP001:ui.lib mri20$ npm publish --registry https://regitry.npmjs.org