
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@nuab/ui-lib-test
Advanced tools
This template should help get you started developing with Vue 3, Typescript, Storybook and Tailwind in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup)
This template should help get you started developing with Vue 3, Typescript, Storybook and Tailwind in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
.vue
Imports in TSSince TypeScript cannot handle type information for .vue
imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue
imports (for example to get props validation when using manual h(...)
calls), you can enable Volar's .vue
type support plugin by running Volar: Switch TS Plugin on/off
from VSCode command palette.
Once you cloned the repo, you can start to create your components using Storybook methods. Tailwind is here to plug design tokens, use utility class and give a css theme easily.
To start storybook, run npm run storybook
Design tokens are data that reprents your design decision in your design system. Tailwind can use them once imported. You can manually copy-paste your tokens as a JSON format in your project (in the tokens directory) or import them using javascript. Once you have them, you can use this tailwind guide to fuse them with tailwind's utility classes !
Once your project is ready, export all the components you want to export in src/components/components.ts. Same for the Directives in src/directives/directives.ts
Generate your dist folder using npm run rollup
.
Then publish your repo on npm following this guide : Publish your repo on npm
install your npm package in your new vue3 project.
import yourProject from 'yourProject'; import "../node_modules/yourProject/dist/library.css" createApp(App).use(yourProject).mount('#app')
If it's a typescript project, don't forget to add the path of your modules in compilerOptions of your tsconfig.json
FAQs
This template should help get you started developing with Vue 3, Typescript, Storybook and Tailwind in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup)
We found that @nuab/ui-lib-test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.